Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/ !
H A Dbpf.h315 #define BPF_HDR_EXT_FLAGS_UDP 0x04 macro
H A Dbpf.c1407 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1408 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
4006 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()