Home
last modified time | relevance | path

Searched refs:BIOCSETIF (Results 1 – 12 of 12) sorted by relevance

/dragonfly/sys/net/
H A Dbpf.h111 #define BIOCSETIF _IOW('B',108, struct ifreq) macro
H A Dbpf.c892 case BIOCSETIF: in bpfioctl()
/dragonfly/libexec/rbootd/
H A Dbpf.c101 if (ioctl(BpfFd, BIOCSETIF, (caddr_t)&ifr) < 0) { in BpfOpen()
/dragonfly/sbin/dhclient/
H A Dbpf.c87 if (ioctl(sock, BIOCSETIF, ifi->ifp) < 0) in if_register_bpf()
/dragonfly/tools/tools/net80211/w00t/libw00t/
H A Dw00t.c114 if(ioctl(fd, BIOCSETIF, &ifr) < 0) in open_bpf()
/dragonfly/tools/tools/net80211/wlaninject/
H A Dwlaninject.c108 if (ioctl(fd, BIOCSETIF, &ifr) == -1) in open_bpf()
/dragonfly/contrib/dhcpcd/src/
H A Dbpf.c206 if (ioctl(bpf->bpf_fd, BIOCSETIF, &ifr) == -1) in bpf_open()
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c398 if (ioctl(fd, BIOCSETIF, (caddr_t)&ifr) == -1) { in rarp_open()
/dragonfly/tools/tools/net80211/stumbler/
H A Dstumbler.c328 if(ioctl(fd, BIOCSETIF, &ifr) < 0) in open_bpf()
/dragonfly/usr.sbin/usbdump/
H A Dusbdump.c924 if (ioctl(fd, BIOCSETIF, (caddr_t)&ifr) >= 0) in main()
/dragonfly/contrib/libpcap/
H A Dpcap-bpf.c649 status = ioctl(fd, BIOCSETIF, (caddr_t)&ifr); in bpf_bind()
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c456 if(ioctl(fd, BIOCSETIF, &ifr) < 0) { in open_bpf()