Home
last modified time | relevance | path

Searched refs:fwa_id (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dip_flowid.h115 struct ip_flow_id fwa_id; /* grabbed from IP header */ member
H A Dip_dummynet.c1574 q = find_queue(fs, &(fwa->fwa_id)); in dummynet_io()
/xnu-8020.101.4/bsd/net/
H A Dpf.c6118 dnflow.fwa_id.flags = pd->hdr.tcp->th_flags; in pf_test_dummynet()
6119 dnflow.fwa_id.dst_port = ntohs(pd->hdr.tcp->th_dport); in pf_test_dummynet()
6120 dnflow.fwa_id.src_port = ntohs(pd->hdr.tcp->th_sport); in pf_test_dummynet()
6124 dnflow.fwa_id.dst_port = ntohs(pd->hdr.udp->uh_dport); in pf_test_dummynet()
6125 dnflow.fwa_id.src_port = ntohs(pd->hdr.udp->uh_sport); in pf_test_dummynet()
6290 dnflow.fwa_id.proto = pd->proto; in pf_test_dummynet()
6294 dnflow.fwa_id.addr_type = 4; in pf_test_dummynet()
6295 dnflow.fwa_id.src_ip = ntohl(saddr->v4addr.s_addr); in pf_test_dummynet()
6296 dnflow.fwa_id.dst_ip = ntohl(daddr->v4addr.s_addr); in pf_test_dummynet()
6299 dnflow.fwa_id.addr_type = 6; in pf_test_dummynet()
[all …]