Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dpf.c4908 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
4949 icmptype = pd->hdr.icmp->icmp_type; in pf_test_rule()
4952 if (ICMP_ERRORTYPE(icmptype)) { in pf_test_rule()
4963 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_rule()
4966 if (ICMP6_ERRORTYPE(icmptype)) { in pf_test_rule()
5266 else if (r->type && r->type != icmptype + 1) { in pf_test_rule()
6198 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_dummynet() local
6237 icmptype = pd->hdr.icmp->icmp_type; in pf_test_dummynet()
6246 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_dummynet()
6302 r->type != icmptype + 1)) { in pf_test_dummynet()
[all …]