Searched refs:BIOCSDLT (Results 1 – 9 of 9) sorted by relevance
/openbsd/sys/net/ |
H A D | bpf.h | 118 #define BIOCSDLT _IOW('B',122, u_int) macro
|
H A D | bpf.c | 931 case BIOCSDLT: in bpfioctl()
|
/openbsd/lib/libpcap/ |
H A D | pcap-bpf.c | 527 if (ioctl(p->fd, BIOCSDLT, &new_dlt) != -1) { in pcap_activate() 979 if (ioctl(p->fd, BIOCSDLT, &dlt) == -1) { in pcap_set_datalink()
|
/openbsd/libexec/spamlogd/ |
H A D | spamlogd.c | 152 if (dlt != (u_int) -1 && ioctl(fd, BIOCSDLT, &dlt)) { in pflog_read_live()
|
/openbsd/usr.sbin/hostapd/ |
H A D | apme.c | 444 if (ioctl(apme->a_raw, BIOCSDLT, &dlt) == -1) in hostapd_apme_init()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep_pcap.c | 195 if (dlt != (u_int) -1 && ioctl(fd, BIOCSDLT, &dlt) == -1) in pcap_live()
|
/openbsd/sbin/pflogd/ |
H A D | pflogd.c | 242 if (dlt != (u_int) -1 && ioctl(fd, BIOCSDLT, &dlt)) { in pflog_read_live()
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 1797 unsigned IOCTL_BIOCSDLT = BIOCSDLT;
|
H A D | sanitizer_interceptors_ioctl_netbsd.inc | 684 _(BIOCSDLT, READ, sizeof(unsigned int));
|