Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dpf.c3380 if (icmptype == ICMP_UNREACH || in pf_test_rule()
3382 icmptype == ICMP_REDIRECT || in pf_test_rule()
3383 icmptype == ICMP_TIMXCEED || in pf_test_rule()
3384 icmptype == ICMP_PARAMPROB) in pf_test_rule()
4696 u_int8_t icmptype, icmpcode; in pf_test_state_icmp() local
4709 if (icmptype == ICMP_UNREACH || in pf_test_state_icmp()
4711 icmptype == ICMP_REDIRECT || in pf_test_state_icmp()
4713 icmptype == ICMP_PARAMPROB) in pf_test_state_icmp()
4921 icmptype, icmpcode); in pf_test_state_icmp()
4991 icmptype, icmpcode); in pf_test_state_icmp()
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_nat6.c4059 ipf_nat6_icmpquerytype(icmptype) in ipf_nat6_icmpquerytype() argument
4060 int icmptype; in ipf_nat6_icmpquerytype()
4073 switch (icmptype)
H A Dip_nat.c6094 ipf_nat_icmpquerytype(icmptype) in ipf_nat_icmpquerytype() argument
6095 int icmptype; in ipf_nat_icmpquerytype()
6107 switch (icmptype)