Searched refs:BIOCSFILDROP (Results 1 – 6 of 6) sorted by relevance
/openbsd/sbin/dhcpleased/ |
H A D | bpf.c | 156 if (ioctl(bpffd, BIOCSFILDROP, &fildrop) == -1) in get_bpf_sock()
|
/openbsd/sys/net/ |
H A D | bpf.h | 117 #define BIOCSFILDROP _IOW('B',121, u_int) macro
|
H A D | bpf.c | 1052 case BIOCSFILDROP: { /* set "filter-drop" flag */ in bpfioctl()
|
/openbsd/usr.sbin/dhcpd/ |
H A D | bpf.c | 199 if (ioctl(info->rfdesc, BIOCSFILDROP, &fildrop) == -1) in if_register_receive()
|
/openbsd/usr.sbin/dhcrelay6/ |
H A D | bpf.c | 207 if (ioctl(info->rfdesc, BIOCSFILDROP, &flag) == -1) in if_register_receive()
|
/openbsd/usr.sbin/tcpdump/ |
H A D | privsep_pcap.c | 204 if (ioctl(fd, BIOCSFILDROP, &fildrop) == -1) in pcap_live()
|