Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Dbpf_direction.c54 case BPF_D_OUT: in str_bpf_direction()
88 test_set_direction(fd, BPF_D_OUT);
/xnu-12377.41.6/bsd/net/
H A Dbpf_private.h269 #define BPF_D_OUT 0x2 /* See outgoing packets */ macro
H A Dbpf.c2401 if (d->bd_direction & BPF_D_OUT) { in bpfioctl()
2438 case BPF_D_OUT: in bpfioctl()
3351 if (outbound && (d->bd_direction & BPF_D_OUT) == 0) { in bpf_tap_imp()