Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/net/
H A Dbpf.c1243 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1244 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1247 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1248 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
3705 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT; in catchpacket()
3707 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN; in catchpacket()
3721 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()
3723 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()
H A Dbpf.h303 u_char bh_flags; member