Home
last modified time | relevance | path

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

/openbsd/src/sbin/dhcpleased/
Dbpf.c135 int flag = 1, fildrop = BPF_FILDROP_CAPTURE; in get_bpf_sock()
/openbsd/src/sys/net/
Dbpf.h137 #define BPF_FILDROP_CAPTURE 1 /* capture, drop */ macro
Dbpf.c1056 case BPF_FILDROP_CAPTURE: in bpfioctl()
/openbsd/src/usr.sbin/dhcpd/
Dbpf.c178 int fildrop = BPF_FILDROP_CAPTURE; in if_register_receive()
/openbsd/src/usr.sbin/dhcrelay6/
Dbpf.c206 flag = BPF_FILDROP_CAPTURE; in if_register_receive()
/openbsd/src/usr.sbin/tcpdump/
Dtcpdump.c252 Bflag = BPF_FILDROP_CAPTURE; in main()