Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dbpf.c87 ((bd->bd_direction == BPF_D_OUT) ? 'o' : 's'); in bpf_flags()
100 (bd->bd_direction == BPF_D_OUT) ? "output" : "bidirectional"); in bpf_flags()
/f-stack/tools/compat/include/net/
H A Dbpf.h164 BPF_D_OUT /* See outgoing packets */ enumerator
/f-stack/freebsd/net/
H A Dbpf.h165 BPF_D_OUT /* See outgoing packets */ enumerator
H A Dbpf.c1750 case BPF_D_OUT: in bpfioctl()
2286 ((d)->bd_direction == BPF_D_OUT && (r) == (i)))