Searched refs:BPF_D_INOUT (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/net/
H A Dbpf.h158 BPF_D_INOUT, /* See incoming and outgoing packets */ enumerator in enum:bpf_direction
H A Dbpf.c904 d->bd_direction = BPF_D_INOUT;
1156 if (d->bd_direction == BPF_D_INOUT)
1657 case BPF_D_INOUT:
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-bpf.c3264 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);

Completed in 284 milliseconds