Home
last modified time | relevance | path

Searched refs:BIOCSETWF (Results 1 – 8 of 8) sorted by relevance

/openbsd/sbin/dhcpleased/
H A Dbpf.c173 if (ioctl(bpffd, BIOCSETWF, &p) == -1) in get_bpf_sock()
/openbsd/usr.sbin/mopd/common/
H A Dpf.c141 if (ioctl(fd, BIOCSETWF, &filter) < 0) { in pfInit()
/openbsd/sys/net/
H A Dbpf.h115 #define BIOCSETWF _IOW('B',119, struct bpf_program) macro
H A Dbpf.c874 case BIOCSETWF: in bpfioctl()
1151 if (cmd != BIOCSETWF) { in bpf_setf()
/openbsd/usr.sbin/rbootd/
H A Dbpf.c221 if (ioctl(BpfFd, BIOCSETWF, (caddr_t)&bpf_w_pgm) == -1) { in BpfOpen()
/openbsd/usr.sbin/dhcpd/
H A Dbpf.c228 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()
/openbsd/usr.sbin/dhcrelay6/
H A Dbpf.c197 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()
/openbsd/usr.sbin/dhcrelay/
H A Dbpf.c324 if (ioctl(info->rfdesc, BIOCSETWF, &p) == -1) in if_register_receive()