Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_icmp.h200 #define ICMP_TIMXCEED 11 /* time exceeded, code: */ macro
237 (type) == ICMP_REDIRECT || (type) == ICMP_TIMXCEED || \
H A Dip_compat.h388 #ifndef ICMP_TIMXCEED
389 # define ICMP_TIMXCEED ICMP_TIME_EXCEEDED
H A Dip_icmp.c556 case ICMP_TIMXCEED: in icmp_input()
H A Dip_input.c3469 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, in ip_forward()
/xnu-8796.121.2/bsd/net/
H A Dnat464_utils.c303 type = ICMP_TIMXCEED; in nat464_translate_icmp()
409 case ICMP_TIMXCEED: in nat464_translate_icmp()
H A Dpf.c4615 type = ICMP_TIMXCEED; in pf_translate_icmp_af()
4714 case ICMP_TIMXCEED: in pf_translate_icmp_af()
7800 if (type != ICMP_UNREACH && type != ICMP_TIMXCEED) { in pf_compute_packet_icmp_gencnt()