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