Searched refs:BPF_D_OUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.bin/netstat/
H A Dbpf.c87 ((bd->bd_direction == BPF_D_OUT) ? 'o' : 's');
100 (bd->bd_direction == BPF_D_OUT) ? "output" : "bidirectional");
/freebsd-13-stable/sys/net/
H A Dbpf.h165 BPF_D_OUT /* See outgoing packets */ enumerator in enum:bpf_direction
H A Dbpf.c1750 case BPF_D_OUT:
2286 ((d)->bd_direction == BPF_D_OUT && (r) == (i)))
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c3264 ((d == PCAP_D_OUT) ? BPF_D_OUT : BPF_D_INOUT);

Completed in 189 milliseconds