Searched refs:BIOCSETWF (Results 1 – 8 of 8) sorted by relevance
/openbsd/sbin/dhcpleased/ |
H A D | bpf.c | 173 if (ioctl(bpffd, BIOCSETWF, &p) == -1) in get_bpf_sock()
|
/openbsd/usr.sbin/mopd/common/ |
H A D | pf.c | 141 if (ioctl(fd, BIOCSETWF, &filter) < 0) { in pfInit()
|
/openbsd/sys/net/ |
H A D | bpf.h | 115 #define BIOCSETWF _IOW('B',119, struct bpf_program) macro
|
H A D | bpf.c | 874 case BIOCSETWF: in bpfioctl() 1151 if (cmd != BIOCSETWF) { in bpf_setf()
|
/openbsd/usr.sbin/rbootd/ |
H A D | bpf.c | 221 if (ioctl(BpfFd, BIOCSETWF, (caddr_t)&bpf_w_pgm) == -1) { in BpfOpen()
|
/openbsd/usr.sbin/dhcpd/ |
H A D | bpf.c | 228 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()
|
/openbsd/usr.sbin/dhcrelay6/ |
H A D | bpf.c | 197 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()
|
/openbsd/usr.sbin/dhcrelay/ |
H A D | bpf.c | 324 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()
|