Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dbpf.c1230 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1231 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1234 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1235 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
3692 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT; in catchpacket()
3694 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN; in catchpacket()
3708 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()
3710 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()
H A Dbpf.h303 u_char bh_flags; member