Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.h308 #define BPF_HDR_EXT_FLAGS_UDP 0x04 macro
H A Dbpf.c1247 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1248 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
3723 ehp->bh_flags |= BPF_HDR_EXT_FLAGS_UDP; in catchpacket()