Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h115 #define BIOCGDLT _IOR(B,106, u_int) macro
131 #define BIOCGDLT _IOR('B',106, u_int) macro
/freebsd/usr.sbin/wake/
H A Dwake.c97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
/freebsd/libexec/rbootd/
H A Dbpf.c111 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
/freebsd/sys/net/
H A Dbpf.h125 #define BIOCGDLT _IOR('B', 106, u_int) macro
H A Dbpf.c1396 case BIOCGDLT: in bpfioctl()
1532 case BIOCGDLT: in bpfioctl()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c439 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c2299 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1786 unsigned IOCTL_BIOCGDLT = BIOCGDLT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc673 _(BIOCGDLT, WRITE, sizeof(unsigned int));