Home
last modified time | relevance | path

Searched refs:bv_major (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/ipfilter/ipsend/
Dsbpf.c95 if (bv.bv_major != BPF_MAJOR_VERSION ||
99 bv.bv_major, bv.bv_minor);
/freebsd-9-stable/contrib/ipfilter/ipsd/
Dsbpf.c160 if (bv.bv_major != BPF_MAJOR_VERSION ||
164 bv.bv_major, bv.bv_minor);
/freebsd-9-stable/contrib/libpcap/
Dpcap-pf.c539 if (bv.bv_major == BPF_MAJOR_VERSION && in pcap_setfilter_pf()
588 bv.bv_major, bv.bv_minor); in pcap_setfilter_pf()
Dpcap-bpf.c1508 if (bv.bv_major != BPF_MAJOR_VERSION ||
/freebsd-9-stable/contrib/ipfilter/
Dpcap-bpf.h108 u_short bv_major; member
Dbpf-ipf.h100 u_short bv_major; member
/freebsd-9-stable/sbin/dhclient/
Dbpf.c201 if (v.bv_major != BPF_MAJOR_VERSION || in if_register_receive()
/freebsd-9-stable/sys/net/
Dbpf.h90 u_short bv_major; member
Dbpf.c1586 bv->bv_major = BPF_MAJOR_VERSION; in bpfioctl()
/freebsd-9-stable/usr.sbin/usbdump/
Dusbdump.c899 if (bv.bv_major != BPF_MAJOR_VERSION || in main()