Home
last modified time | relevance | path

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

/f-stack/tools/netstat/
H A Dbpf.c86 *flagbuf++ = (bd->bd_direction == BPF_D_IN) ? '-' : in bpf_flags()
99 xo_emit("{e:direction}", (bd->bd_direction == BPF_D_IN) ? "input" : in bpf_flags()
/f-stack/tools/compat/include/net/
H A Dbpf.h162 BPF_D_IN, /* See incoming packets */ enumerator
/f-stack/freebsd/net/
H A Dbpf.h163 BPF_D_IN, /* See incoming packets */ enumerator
H A Dbpf.c1748 case BPF_D_IN: in bpfioctl()
2285 (((d)->bd_direction == BPF_D_IN && (r) != (i)) || \