Searched refs:BIOCVERSION (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/sbin/ipf/ipf/ |
| HD | bpf-ipf.h | 126 #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/ |
| HD | sbpf.c | 86 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) in initdevice()
|
| /freebsd-13-stable/sbin/dhclient/ |
| HD | bpf.c | 153 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/ |
| HD | bpf.h | 134 #define BIOCVERSION _IOR('B', 113, struct bpf_version) macro
|
| HD | bpf.c | 1407 case BIOCVERSION: in bpfioctl() 1721 case BIOCVERSION: in bpfioctl()
|
| /freebsd-13-stable/contrib/libpcap/ |
| HD | pcap-pf.c | 600 if (ioctl(p->fd, BIOCVERSION, (caddr_t)&bv) >= 0) { in pcap_setfilter_pf()
|
| HD | pcap-bpf.c | 1922 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) {
|
| /freebsd-13-stable/usr.sbin/usbdump/ |
| HD | usbdump.c | 945 if (ioctl(fd, BIOCVERSION, (caddr_t)&bv) < 0) in main()
|
| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_netbsd.cpp | 1792 unsigned IOCTL_BIOCVERSION = BIOCVERSION;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 679 _(BIOCVERSION, WRITE, struct_bpf_version_sz);
|