Searched refs:BIOCSETIF (Results 1 – 10 of 10) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | bpf.h | 104 #define BIOCSETIF _IOW('B',108, struct ifreq) macro
|
| D | bpf.c | 756 case BIOCSETIF:
|
| /mirbsd/src/usr.sbin/wake/ |
| D | wake.c | 110 if (ioctl(bpf, BIOCSETIF, &ifr) == -1) in bind_if_to_bpf()
|
| /mirbsd/src/usr.sbin/dhcrelay/ |
| D | bpf.c | 80 if (ioctl(sock, BIOCSETIF, info->ifp) < 0) in if_register_bpf()
|
| /mirbsd/src/usr.sbin/rbootd/ |
| D | bpf.c | 111 if (ioctl(BpfFd, BIOCSETIF, (caddr_t)&ifr) < 0) { in BpfOpen()
|
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | bpf.c | 80 if (ioctl(sock, BIOCSETIF, info->ifp) < 0) in if_register_bpf()
|
| /mirbsd/src/sbin/dhclient/ |
| D | bpf.c | 80 if (ioctl(sock, BIOCSETIF, ifi->ifp) < 0) in if_register_bpf()
|
| /mirbsd/src/lib/libpcap/ |
| D | pcap-bpf.c | 258 if (ioctl(fd, BIOCSETIF, (caddr_t)&ifr) < 0) { in pcap_open_live()
|
| /mirbsd/src/usr.sbin/pppoe/ |
| D | pppoe.c | 379 if (ioctl(fd, BIOCSETIF, &ifr) < 0) { in setupfilter()
|
| /mirbsd/src/usr.sbin/rarpd/ |
| D | rarpd.c | 317 if (ioctl(fd, BIOCSETIF, (caddr_t)&ifr) < 0) { in rarp_open()
|