Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dpf.c6238 struct ip_fw_args dnflow; in pf_test_dummynet() local
6252 bzero(&dnflow, sizeof(dnflow)); in pf_test_dummynet()
6260 dnflow.fwa_id.flags = pf_pd_get_hdr_tcp(pd)->th_flags; in pf_test_dummynet()
6261 dnflow.fwa_id.dst_port = ntohs(pf_pd_get_hdr_tcp(pd)->th_dport); in pf_test_dummynet()
6262 dnflow.fwa_id.src_port = ntohs(pf_pd_get_hdr_tcp(pd)->th_sport); in pf_test_dummynet()
6266 dnflow.fwa_id.dst_port = ntohs(pf_pd_get_hdr_udp(pd)->uh_dport); in pf_test_dummynet()
6267 dnflow.fwa_id.src_port = ntohs(pf_pd_get_hdr_udp(pd)->uh_sport); in pf_test_dummynet()
6430 dnflow.fwa_cookie = r->dnpipe; in pf_test_dummynet()
6431 dnflow.fwa_pf_rule = r; in pf_test_dummynet()
6432 dnflow.fwa_id.proto = pd->proto; in pf_test_dummynet()
[all …]