Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dicmp6.h129 #define ICMP6_TIME_EXCEEDED 3 /* time exceeded, code: */ macro
242 (type) == ICMP6_TIME_EXCEEDED || (type) == ICMP6_PARAM_PROB)
808 case ICMP6_TIME_EXCEEDED: \
/xnu-11215.81.4/bsd/net/
H A Dnat464_utils.c308 case ICMP6_TIME_EXCEEDED: in nat464_translate_icmp()
416 type = ICMP6_TIME_EXCEEDED; in nat464_translate_icmp()
H A Dpf.c4651 case ICMP6_TIME_EXCEEDED: in pf_translate_icmp_af()
4752 type = ICMP6_TIME_EXCEEDED; in pf_translate_icmp_af()
7841 type != ICMP6_TIME_EXCEEDED) { in pf_compute_packet_icmp_gencnt()
/xnu-11215.81.4/bsd/netinet6/
H A Dip6_forward.c246 icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
H A Dfrag6.c237 icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in frag6_icmp6_timeex_error()
H A Dicmp6.c226 case ICMP6_TIME_EXCEEDED: in icmp6_errcount()
633 case ICMP6_TIME_EXCEEDED: in icmp6_input()
/xnu-11215.81.4/tests/skywalk/
H A Dskt_reass.c378 assert(icmp6->icmp6_type == ICMP6_TIME_EXCEEDED); in timeout_match()
/xnu-11215.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ip_frag.c507 ipf_icmp6_error_flag(m, ICMP6_TIME_EXCEEDED, in ipf_icmp_timeout_err()