Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipf/
HDbpf-ipf.h119 #define BIOCGDLT _IOR(B,106, u_int) macro
135 #define BIOCGDLT _IOR('B',106, u_int) macro
/freebsd-14-stable/usr.sbin/wake/
HDwake.c97 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
/freebsd-14-stable/libexec/rbootd/
HDbpf.c119 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) { in BpfOpen()
/freebsd-14-stable/sys/net/
HDbpf.h129 #define BIOCGDLT _IOR('B', 106, u_int) macro
HDbpf.c1398 case BIOCGDLT: in bpfioctl()
1534 case BIOCGDLT: in bpfioctl()
/freebsd-14-stable/usr.sbin/rarpd/
HDrarpd.c447 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) { in rarp_open()
/freebsd-14-stable/contrib/libpcap/
HDpcap-bpf.c2299 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1786 unsigned IOCTL_BIOCGDLT = BIOCGDLT;
HDsanitizer_interceptors_ioctl_netbsd.inc673 _(BIOCGDLT, WRITE, sizeof(unsigned int));