Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/netinet/
H A Dip_icmp.h176 #define ICMP_UNREACH_NEEDFRAG 4 /* IP_DF caused drop */ macro
H A Dip_icmp.c374 code == ICMP_UNREACH_NEEDFRAG && nextmtu != 0) { in icmp_error()
532 case ICMP_UNREACH_NEEDFRAG: in icmp_input()
H A Dip_input.c3619 code = ICMP_UNREACH_NEEDFRAG; in ip_forward()
3731 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG) { in ip_forward()
/xnu-10002.1.13/bsd/net/
H A Dnat464_utils.c299 code = ICMP_UNREACH_NEEDFRAG; in nat464_translate_icmp()
393 case ICMP_UNREACH_NEEDFRAG: in nat464_translate_icmp()
H A Dpf.c4667 code = ICMP_UNREACH_NEEDFRAG; in pf_translate_icmp_af()
4761 case ICMP_UNREACH_NEEDFRAG: in pf_translate_icmp_af()
9386 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()