Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dbpf_private.h172 #define BPF_HDR_EXT_FLAGS_TCP 0x02 macro
H A Dbpf.c1457 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1458 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
4141 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_TCP; in catchpacket()