Home
last modified time | relevance | path

Searched refs:BIOCSFILDROP (Results 1 – 6 of 6) sorted by relevance

/openbsd/sbin/dhcpleased/
H A Dbpf.c156 if (ioctl(bpffd, BIOCSFILDROP, &fildrop) == -1) in get_bpf_sock()
/openbsd/sys/net/
H A Dbpf.h117 #define BIOCSFILDROP _IOW('B',121, u_int) macro
H A Dbpf.c1052 case BIOCSFILDROP: { /* set "filter-drop" flag */ in bpfioctl()
/openbsd/usr.sbin/dhcpd/
H A Dbpf.c199 if (ioctl(info->rfdesc, BIOCSFILDROP, &fildrop) == -1) in if_register_receive()
/openbsd/usr.sbin/dhcrelay6/
H A Dbpf.c207 if (ioctl(info->rfdesc, BIOCSFILDROP, &flag) == -1) in if_register_receive()
/openbsd/usr.sbin/tcpdump/
H A Dprivsep_pcap.c204 if (ioctl(fd, BIOCSFILDROP, &fildrop) == -1) in pcap_live()