Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf.c1450 struct bpf_hdr_ext *ehp; in bpfread() local
1455 ehp = (struct bpf_hdr_ext *)(void *)p; in bpfread()
1456 if ((flowid = ehp->bh_flowid) != 0) { in bpfread()
1457 if (ehp->bh_flags & BPF_HDR_EXT_FLAGS_TCP) { in bpfread()
1458 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_TCP; in bpfread()
1461 } else if (ehp->bh_flags == BPF_HDR_EXT_FLAGS_UDP) { in bpfread()
1462 ehp->bh_flags &= ~BPF_HDR_EXT_FLAGS_UDP; in bpfread()
1467 ehp->bh_pid = soprocinfo.spi_pid; in bpfread()
1468 strbufcpy(ehp->bh_comm, in bpfread()
1471 ehp->bh_flowid = 0; in bpfread()
[all …]
H A Ddlil_input.c889 struct ether_header *ehp = NULL; in dlil_input_packet_list_common() local
892 ehp = (struct ether_header *)(void *)frame_header; in dlil_input_packet_list_common()
894 if (ntohs(ehp->ether_type) != ETHERTYPE_IPV6) { in dlil_input_packet_list_common()