Searched refs:ICMP_UNREACH (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | ip_icmp.h | 171 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro 236 ((type) == ICMP_UNREACH || (type) == ICMP_SOURCEQUENCH || \
|
| H A D | ip_compat.h | 382 #ifndef ICMP_UNREACH 383 # define ICMP_UNREACH ICMP_DEST_UNREACH
|
| H A D | ip_icmp.c | 210 type == ICMP_UNREACH && code == ICMP_UNREACH_PORT) { in icmp_error() 376 } else if (type == ICMP_UNREACH && in icmp_error() 522 case ICMP_UNREACH: in icmp_input()
|
| H A D | ip_input.c | 2875 type = ICMP_UNREACH; in ip_dooptions() 2918 type = ICMP_UNREACH; in ip_dooptions() 2949 type = ICMP_UNREACH; in ip_dooptions() 2991 type = ICMP_UNREACH; in ip_dooptions() 3539 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0); in ip_forward() 3663 type = ICMP_UNREACH; in ip_forward() 3668 type = ICMP_UNREACH; in ip_forward() 3781 if (type == ICMP_UNREACH && code == ICMP_UNREACH_NEEDFRAG) { in ip_forward()
|
| H A D | udp_usrreq.c | 716 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
|
| /xnu-11215.1.10/bsd/net/ |
| H A D | nat464_utils.c | 286 type = ICMP_UNREACH; in nat464_translate_icmp() 304 type = ICMP_UNREACH; in nat464_translate_icmp() 340 type = ICMP_UNREACH; in nat464_translate_icmp() 373 case ICMP_UNREACH: in nat464_translate_icmp()
|
| H A D | pf.c | 4629 type = ICMP_UNREACH; in pf_translate_icmp_af() 4647 type = ICMP_UNREACH; in pf_translate_icmp_af() 4683 type = ICMP_UNREACH; in pf_translate_icmp_af() 4716 case ICMP_UNREACH: in pf_translate_icmp_af() 7836 if (type != ICMP_UNREACH && type != ICMP_TIMXCEED) { in pf_compute_packet_icmp_gencnt() 9367 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, in pf_route()
|
| /xnu-11215.1.10/tests/ |
| H A D | icmp_fragmented_payload.c | 334 .icmp_type = ICMP_UNREACH,
|