Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Dbpf.h123 #define BIOCSDLT _IOW('B',120, u_int) macro
H A Dbpf.c867 case BIOCSDLT: in bpfioctl()
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c117 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c2339 if (ioctl(p->fd, BIOCSDLT,
2411 if (ioctl(p->fd, BIOCSDLT, &new_dlt) != -1) {
3567 #ifdef BIOCSDLT
3571 if (ioctl(p->fd, BIOCSDLT, &dlt) == -1) {
/dragonfly/tools/tools/net80211/wlaninject/
H A Dwlaninject.c111 if (ioctl(fd, BIOCSDLT, &dlt) == -1) in open_bpf()
/dragonfly/tools/tools/net80211/stumbler/
H A Dstumbler.c331 if (ioctl(fd, BIOCSDLT, &dlt) < 0) in open_bpf()
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c461 if (ioctl(fd, BIOCSDLT, &dlt) < 0) { in open_bpf()