Home
last modified time | relevance | path

Searched refs:bh_flags (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Dbpf.c1455 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1456 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1459 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1460 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
4118 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT; in catchpacket()
4120 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN; in catchpacket()
4134 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()
4136 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()
H A Dbpf.h314 u_char bh_flags; member