Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipf/ipf/
HDbpf-ipf.h126 #define BIOCVERSION _IOR(B,113, struct bpf_version) macro
142 #define BIOCVERSION _IOR('B',113, struct bpf_version) macro
/freebsd-13-stable/sbin/ipf/ipsend/
HDsbpf.c86 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) in initdevice()
/freebsd-13-stable/sbin/dhclient/
HDbpf.c153 if (ioctl(info->wfdesc, BIOCVERSION, &v) < 0) in if_register_send()
266 if (ioctl(info->rfdesc, BIOCVERSION, &v) < 0) in if_register_receive()
/freebsd-13-stable/sys/net/
HDbpf.h134 #define BIOCVERSION _IOR('B', 113, struct bpf_version) macro
HDbpf.c1407 case BIOCVERSION: in bpfioctl()
1721 case BIOCVERSION: in bpfioctl()
/freebsd-13-stable/contrib/libpcap/
HDpcap-pf.c600 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
HDpcap-bpf.c1922 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
/freebsd-13-stable/usr.sbin/usbdump/
HDusbdump.c945 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) in main()
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1792 unsigned IOCTL_BIOCVERSION = BIOCVERSION;
HDsanitizer_interceptors_ioctl_netbsd.inc679 _(BIOCVERSION, WRITE, struct_bpf_version_sz);