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

/freebsd-12-stable/contrib/ipfilter/
H A Dbpf-ipf.h120 #define BIOCGDLT _IOR(B,106, u_int) macro
136 #define BIOCGDLT _IOR('B',106, u_int) macro
/freebsd-12-stable/usr.sbin/wake/
H A Dwake.c99 if (ioctl(bpf, BIOCGDLT, &dlt) == -1)
/freebsd-12-stable/libexec/rbootd/
H A Dbpf.c121 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) < 0) {
122 syslog(LOG_ERR, "bpf: ioctl(BIOCGDLT): %m");
/freebsd-12-stable/sys/net/
H A Dbpf.h125 #define BIOCGDLT _IOR('B', 106, u_int) macro
H A Dbpf.c1255 * BIOCGDLT Get link layer type.
1303 case BIOCGDLT:
1440 case BIOCGDLT:
/freebsd-12-stable/usr.sbin/rarpd/
H A Drarpd.c449 if (ioctl(fd, BIOCGDLT, (caddr_t)&dlt) == -1) {
450 logmsg(LOG_ERR, "BIOCGDLT: %m");
/freebsd-12-stable/contrib/libpcap/
H A Dpcap-bpf.c2086 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) < 0) {
2088 errno, "BIOCGDLT");
2095 * AIX's BPF returns IFF_ types, not DLT_ types, in BIOCGDLT.
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp1501 unsigned IOCTL_BIOCGDLT = BIOCGDLT;
H A Dsanitizer_interceptors_ioctl_netbsd.inc676 _(BIOCGDLT, WRITE, sizeof(unsigned int));

Completed in 218 milliseconds