Home
last modified time | relevance | path

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

/freebsd-head/sys/net/
HDbpf.h140 #define BIOCSDLT _IOW('B', 120, u_int) macro
HDbpf.c1580 case BIOCSDLT: in bpfioctl()
/freebsd-head/tools/tools/net80211/w00t/libw00t/
HDw00t.c115 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/freebsd-head/contrib/libpcap/
HDpcap-bpf.c2422 if (ioctl(p->fd, BIOCSDLT,
2494 if (ioctl(p->fd, BIOCSDLT, &new_dlt) != -1) {
3663 #ifdef BIOCSDLT
3667 if (ioctl(p->fd, BIOCSDLT, &dlt) == -1) {
/freebsd-head/tools/tools/net80211/wlaninject/
HDwlaninject.c109 if (ioctl(fd, BIOCSDLT, &dlt) == -1) in open_bpf()
/freebsd-head/tools/tools/net80211/stumbler/
HDstumbler.c329 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/freebsd-head/tools/tools/net80211/wesside/wesside/
HDwesside.c452 if (ioctl(fd, BIOCSDLT, &dlt) < 0) { in open_bpf()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1797 unsigned IOCTL_BIOCSDLT = BIOCSDLT;
HDsanitizer_interceptors_ioctl_netbsd.inc684 _(BIOCSDLT, READ, sizeof(unsigned int));