Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/net/
H A Dbpf.c1401 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1402 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1405 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1406 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
3986 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_OUT; in catchpacket()
3988 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_DIR_IN; in catchpacket()
4002 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()
4004 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()
H A Dbpf.h310 u_char bh_flags; member