Searched refs:BIOCSETWF (Results 1 – 7 of 7) sorted by relevance
| /mirbsd/src/sys/net/ |
| D | bpf.h | 115 #define BIOCSETWF _IOW('B',119, struct bpf_program) macro
|
| D | bpf.c | 700 case BIOCSETWF:
|
| /mirbsd/src/usr.sbin/dhcrelay/ |
| D | bpf.c | 214 if (ioctl(info->rfdesc, BIOCSETWF, &p) < 0) in if_register_receive()
|
| /mirbsd/src/usr.sbin/rbootd/ |
| D | bpf.c | 235 if (ioctl(BpfFd, BIOCSETWF, (caddr_t)&bpf_w_pgm) < 0) { in BpfOpen()
|
| /mirbsd/src/usr.sbin/dhcpd/ |
| D | bpf.c | 220 if (ioctl(info->rfdesc, BIOCSETWF, &p) < 0) in if_register_receive()
|
| /mirbsd/src/sbin/dhclient/ |
| D | bpf.c | 247 if (ioctl(ifi->rfdesc, BIOCSETWF, &p) < 0) in if_register_receive()
|
| /mirbsd/src/usr.sbin/pppoe/ |
| D | pppoe.c | 407 if (ioctl(fd, BIOCSETWF, &filter) < 0) { in setupfilter()
|