Home
last modified time | relevance | path

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

/openbsd/usr.sbin/mopd/common/
H A Dpf.c116 if (ioctl(fd, BIOCGDLT, &dlt) < 0) { in pfInit()
/openbsd/sys/net/
H A Dbpf.h102 #define BIOCGDLT _IOR('B',106, u_int) macro
H A Dbpf.c794 case BIOCGDLT: in bpfioctl()
921 case BIOCGDLT: in bpfioctl()
/openbsd/usr.sbin/rbootd/
H A Dbpf.c105 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) == -1) { in BpfOpen()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep_pcap.c283 if (ioctl(fd, BIOCGDLT, &v) == -1) { in priv_pcap_live()
/openbsd/usr.sbin/rarpd/
H A Drarpd.c272 if (ioctl(fd, BIOCGDLT, (caddr_t) &dlt) == -1) in rarp_open()
/openbsd/lib/libpcap/
H A Dpcap-bpf.c475 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) == -1) { in pcap_activate()
/openbsd/usr.sbin/arp/
H A Darp.c866 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
/openbsd/gnu/llvm/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));