Home
last modified time | relevance | path

Searched refs:bpf_version (Results 1 – 9 of 9) sorted by relevance

/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h94 struct bpf_version { struct
122 #define BIOCVERSION _IOR(B,113, struct bpf_version)
138 #define BIOCVERSION _IOR('B',113, struct bpf_version)
95 bv_majorbpf_version global() argument
96 bv_minorbpf_version global() argument
/freebsd/sys/net/
H A Dbpf.h91 struct bpf_version { struct
132 #define BIOCVERSION _IOR('B', 113, struct bpf_version)
H A Dbpf.c1723 struct bpf_version *bv = (struct bpf_version *)addr; in bpfioctl()
/freebsd/sbin/ipf/ipsend/
H A Dsbpf.c53 struct bpf_version bv; in initdevice()
/freebsd/sbin/dhclient/
H A Dbpf.c145 struct bpf_version v; in if_register_send()
258 struct bpf_version v; in if_register_receive()
/freebsd/contrib/libpcap/
H A Dpcap-pf.c590 struct bpf_version bv; in pcap_setfilter_pf()
H A Dpcap-bpf.c1890 struct bpf_version bv;
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c818 struct bpf_version bv; in main()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp716 unsigned struct_bpf_version_sz = sizeof(bpf_version);