Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dicmp6.h129 #define ICMP6_TIME_EXCEEDED 3 /* time exceeded, code: */ macro
242 (type) == ICMP6_TIME_EXCEEDED || (type) == ICMP6_PARAM_PROB)
797 case ICMP6_TIME_EXCEEDED: \
/xnu-8020.121.3/bsd/net/
H A Dnat464_utils.c302 case ICMP6_TIME_EXCEEDED: in nat464_translate_icmp()
410 type = ICMP6_TIME_EXCEEDED; in nat464_translate_icmp()
H A Dpf.c4536 case ICMP6_TIME_EXCEEDED: in pf_translate_icmp_af()
4637 type = ICMP6_TIME_EXCEEDED; in pf_translate_icmp_af()
/xnu-8020.121.3/bsd/netinet6/
H A Dip6_forward.c243 icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
H A Dfrag6.c242 icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in frag6_icmp6_timeex_error()
H A Dicmp6.c224 case ICMP6_TIME_EXCEEDED: in icmp6_errcount()
601 case ICMP6_TIME_EXCEEDED: in icmp6_input()
/xnu-8020.121.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c497 ipf_icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in ipf_icmp_timeout_err()