Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dip_icmp.h176 #define ICMP_UNREACH_NEEDFRAG 4 /* IP_DF caused drop */ macro
H A Dip_icmp.c377 code == ICMP_UNREACH_NEEDFRAG && nextmtu != 0) { in icmp_error()
537 case ICMP_UNREACH_NEEDFRAG: in icmp_input()
H A Dip_input.c3669 code = ICMP_UNREACH_NEEDFRAG; in ip_forward()
3781 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG) { in ip_forward()
/xnu-11215.1.10/bsd/net/
H A Dnat464_utils.c305 code = ICMP_UNREACH_NEEDFRAG; in nat464_translate_icmp()
399 case ICMP_UNREACH_NEEDFRAG: in nat464_translate_icmp()
H A Dpf.c4648 code = ICMP_UNREACH_NEEDFRAG; in pf_translate_icmp_af()
4742 case ICMP_UNREACH_NEEDFRAG: in pf_translate_icmp_af()
9367 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()