Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/net/
H A Dpf.c4964 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
5005 icmptype = pd->hdr.icmp->icmp_type; in pf_test_rule()
5008 if (ICMP_ERRORTYPE(icmptype)) { in pf_test_rule()
5019 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_rule()
5022 if (ICMP6_ERRORTYPE(icmptype)) { in pf_test_rule()
5322 else if (r->type && r->type != icmptype + 1) { in pf_test_rule()
6254 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_dummynet() local
6293 icmptype = pd->hdr.icmp->icmp_type; in pf_test_dummynet()
6302 icmptype = pd->hdr.icmp6->icmp6_type; in pf_test_dummynet()
6358 r->type != icmptype + 1)) { in pf_test_dummynet()
[all …]