Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dbpf.c1245 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1246 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1249 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1250 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
3715 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT; in catchpacket()
3717 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN; in catchpacket()
3731 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()
3733 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()
H A Dbpf.h303 u_char bh_flags; member