Home
last modified time | relevance | path

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

/trueos/usr.bin/netstat/
HDbpf.c83 *flagbuf++ = (bd->bd_direction == BPF_D_IN) ? '-' : in bpf_flags()
/trueos/sys/net/
HDbpf.h157 BPF_D_IN, /* See incoming packets */ enumerator
HDbpf.c1549 case BPF_D_IN: in bpfioctl()
2092 (((d)->bd_direction == BPF_D_IN && (r) != (i)) || \
/trueos/contrib/libpcap/
HDpcap-bpf.c2667 direction = (d == PCAP_D_IN) ? BPF_D_IN :