Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dpf.c4830 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
4869 icmptype = pd->hdr.icmp->icmp_type; in pf_test_rule()
4872 if (ICMP_ERRORTYPE(icmptype)) { in pf_test_rule()
4883 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_rule()
4886 if (ICMP6_ERRORTYPE(icmptype)) { in pf_test_rule()
5186 else if (r->type && r->type != icmptype + 1) { in pf_test_rule()
6099 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_dummynet() local
6134 icmptype = pd->hdr.icmp->icmp_type; in pf_test_dummynet()
6143 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_dummynet()
6199 r->type != icmptype + 1)) { in pf_test_dummynet()
[all …]