Searched refs:ICMP_UNREACH (Results 1 - 7 of 7) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_icmp.h166 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
H A Dip_compat.h380 #ifndef ICMP_UNREACH
381 # define ICMP_UNREACH ICMP_DEST_UNREACH
H A Dip_input.c1889 type = ICMP_UNREACH;
1928 type = ICMP_UNREACH;
1958 type = ICMP_UNREACH;
2000 type = ICMP_UNREACH;
2423 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, dest, 0);
2550 type = ICMP_UNREACH;
2555 type = ICMP_UNREACH;
H A Dip_icmp.c273 } else if (type == ICMP_UNREACH &&
388 case ICMP_UNREACH:
H A Dudp_usrreq.c668 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0);
H A Dip_fw2.c1825 icmp_error(args->fwa_m, ICMP_UNREACH, code, 0L, 0);
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c4062 if (icmptype == ICMP_UNREACH ||
6478 if (icmptype == ICMP_UNREACH ||
7777 icmp_error(m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0,

Completed in 406 milliseconds