Searched refs:BIOCGDLT (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/sbin/ipf/ipf/ |
| HD | bpf-ipf.h | 119 #define BIOCGDLT _IOR(B,106, u_int) macro 135 #define BIOCGDLT _IOR('B',106, u_int) macro
|
| /freebsd-14-stable/usr.sbin/wake/ |
| HD | wake.c | 97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
|
| /freebsd-14-stable/libexec/rbootd/ |
| HD | bpf.c | 119 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
|
| /freebsd-14-stable/sys/net/ |
| HD | bpf.h | 129 #define BIOCGDLT _IOR('B', 106, u_int) macro
|
| HD | bpf.c | 1398 case BIOCGDLT: in bpfioctl() 1534 case BIOCGDLT: in bpfioctl()
|
| /freebsd-14-stable/usr.sbin/rarpd/ |
| HD | rarpd.c | 447 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
|
| /freebsd-14-stable/contrib/libpcap/ |
| HD | pcap-bpf.c | 2299 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_netbsd.cpp | 1786 unsigned IOCTL_BIOCGDLT = BIOCGDLT;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 673 _(BIOCGDLT, WRITE, sizeof(unsigned int));
|