Searched refs:BIOCGDLT (Results 1 – 10 of 10) sorted by relevance
/openbsd/usr.sbin/mopd/common/ |
H A D | pf.c | 116 if (ioctl(fd, BIOCGDLT, &dlt) < 0) { in pfInit()
|
/openbsd/sys/net/ |
H A D | bpf.h | 102 #define BIOCGDLT _IOR('B',106, u_int) macro
|
H A D | bpf.c | 794 case BIOCGDLT: in bpfioctl() 921 case BIOCGDLT: in bpfioctl()
|
/openbsd/usr.sbin/rbootd/ |
H A D | bpf.c | 105 if (ioctl(BpfFd, BIOCGDLT, (caddr_t)&n) == -1) { in BpfOpen()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep_pcap.c | 283 if (ioctl(fd, BIOCGDLT, &v) == -1) { in priv_pcap_live()
|
/openbsd/usr.sbin/rarpd/ |
H A D | rarpd.c | 272 if (ioctl(fd, BIOCGDLT, (caddr_t) &dlt) == -1) in rarp_open()
|
/openbsd/lib/libpcap/ |
H A D | pcap-bpf.c | 475 if (ioctl(fd, BIOCGDLT, (caddr_t)&v) == -1) { in pcap_activate()
|
/openbsd/usr.sbin/arp/ |
H A D | arp.c | 866 if (ioctl(bpf, BIOCGDLT, &dlt) == -1) in bind_if_to_bpf()
|
/openbsd/gnu/llvm/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));
|