Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c4948 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_rule() local
4989 icmptype = pf_pd_get_hdr_icmp(pd)->icmp_type; in pf_test_rule()
4992 if (ICMP_ERRORTYPE(icmptype)) { in pf_test_rule()
5003 icmptype = pf_pd_get_hdr_icmp6(pd)->icmp6_type; in pf_test_rule()
5006 if (ICMP6_ERRORTYPE(icmptype)) { in pf_test_rule()
5306 else if (r->type && r->type != icmptype + 1) { in pf_test_rule()
6237 u_int8_t icmptype = 0, icmpcode = 0; in pf_test_dummynet() local
6276 icmptype = pf_pd_get_hdr_icmp(pd)->icmp_type; in pf_test_dummynet()
6285 icmptype = pf_pd_get_hdr_icmp6(pd)->icmp6_type; in pf_test_dummynet()
6341 r->type != icmptype + 1)) { in pf_test_dummynet()
[all …]