Home | Sort by: relevance | last modified time | path |
/src/sys/net/ | |
bpf.h | 445 void (*bpf_change_type)(struct ifnet *, u_int, u_int); member in struct:bpf_ops 512 bpf_change_type(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) function in typeref:typename:void 514 bpf_ops->bpf_change_type(_ifp, _dlt, _hdrlen); |
bpf.h | 445 void (*bpf_change_type)(struct ifnet *, u_int, u_int); member in struct:bpf_ops 512 bpf_change_type(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) function in typeref:typename:void 514 bpf_ops->bpf_change_type(_ifp, _dlt, _hdrlen); |
bpf.h | 445 void (*bpf_change_type)(struct ifnet *, u_int, u_int); member in struct:bpf_ops 512 bpf_change_type(struct ifnet *_ifp, u_int _dlt, u_int _hdrlen) function in typeref:typename:void 514 bpf_ops->bpf_change_type(_ifp, _dlt, _hdrlen); |