Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/net/
H A Dpf.c4945 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
4986 icmptype = pf_pd_get_hdr_icmp(pd)->icmp_type; in pf_test_rule()
4989 if (ICMP_ERRORTYPE(icmptype)) { in pf_test_rule()
5000 icmptype = pf_pd_get_hdr_icmp6(pd)->icmp6_type; in pf_test_rule()
5003 if (ICMP6_ERRORTYPE(icmptype)) { in pf_test_rule()
5303 else if (r->type && r->type != icmptype + 1) { in pf_test_rule()
6234 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_dummynet() local
6273 icmptype = pf_pd_get_hdr_icmp(pd)->icmp_type; in pf_test_dummynet()
6282 icmptype = pf_pd_get_hdr_icmp6(pd)->icmp6_type; in pf_test_dummynet()
6338 r->type != icmptype + 1)) { in pf_test_dummynet()
[all …]