Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet/
H A Dip_flowid.h115 struct ip_flow_id fwa_id; /* grabbed from IP header */ member
H A Dip_dummynet.c1578 q = find_queue(fs, &(fwa->fwa_id)); in dummynet_io()
/xnu-10063.101.15/bsd/net/
H A Dpf.c6277 dnflow.fwa_id.flags = pd->hdr.tcp->th_flags; in pf_test_dummynet()
6278 dnflow.fwa_id.dst_port = ntohs(pd->hdr.tcp->th_dport); in pf_test_dummynet()
6279 dnflow.fwa_id.src_port = ntohs(pd->hdr.tcp->th_sport); in pf_test_dummynet()
6283 dnflow.fwa_id.dst_port = ntohs(pd->hdr.udp->uh_dport); in pf_test_dummynet()
6284 dnflow.fwa_id.src_port = ntohs(pd->hdr.udp->uh_sport); in pf_test_dummynet()
6449 dnflow.fwa_id.proto = pd->proto; in pf_test_dummynet()
6453 dnflow.fwa_id.addr_type = 4; in pf_test_dummynet()
6454 dnflow.fwa_id.src_ip = ntohl(saddr->v4addr.s_addr); in pf_test_dummynet()
6455 dnflow.fwa_id.dst_ip = ntohl(daddr->v4addr.s_addr); in pf_test_dummynet()
6458 dnflow.fwa_id.addr_type = 6; in pf_test_dummynet()
[all …]