Searched refs:BPF_D_IN (Results 1 – 4 of 4) sorted by relevance
83 *flagbuf++ = (bd->bd_direction == BPF_D_IN) ? '-' : in bpf_flags()
157 BPF_D_IN, /* See incoming packets */ enumerator
1549 case BPF_D_IN: in bpfioctl()2092 (((d)->bd_direction == BPF_D_IN && (r) != (i)) || \
2667 direction = (d == PCAP_D_IN) ? BPF_D_IN :