Home
last modified time | relevance | path

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

/trueos/contrib/libpcap/
HDpcap-bpf.c1918 if (ioctl(p->fd, BIOCSDLT,
1989 if (ioctl(p->fd, BIOCSDLT, &new_dlt) != -1) {
2709 #ifdef BIOCSDLT
2710 if (ioctl(p->fd, BIOCSDLT, &dlt) == -1) {
/trueos/tools/tools/net80211/w00t/libw00t/
HDw00t.c117 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/trueos/sys/net/
HDbpf.h137 #define BIOCSDLT _IOW('B', 120, u_int) macro
HDbpf.c1384 case BIOCSDLT: in bpfioctl()
/trueos/tools/tools/net80211/wlaninject/
HDwlaninject.c111 if (ioctl(fd, BIOCSDLT, &dlt) == -1) in open_bpf()
/trueos/tools/tools/net80211/stumbler/
HDstumbler.c331 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/trueos/tools/tools/net80211/wesside/wesside/
HDwesside.c453 if (ioctl(fd, BIOCSDLT, &dlt) < 0) { in open_bpf()