Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/net



Module Name:    syssrc
Committed By:   onoe
Date:           Wed Aug 28 09:34:59 UTC 2002

Modified Files:
        syssrc/sys/net: bpf.c bpf.h

Log Message:
Define new kernel interface bpfattach2() to register another data link
type for the driver, which will be used for 802.11 drivers.
Also add 2 APIs to get a list of available DLTs and use one for them.
        BIOCGDLTLIST (struct bpf_dltlist)
        BIOCSDLT (u_int)


To generate a diff of this commit:
cvs rdiff -r1.65 -r1.66 syssrc/sys/net/bpf.c
cvs rdiff -r1.29 -r1.30 syssrc/sys/net/bpf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index