Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/net/
H A Dbpf.h319 #define BPF_HDR_EXT_FLAGS_UDP 0x04 macro
H A Dbpf.c1459 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1460 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
4136 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()