Searched refs:ICMP_UNREACH (Results 1 – 14 of 14) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute_aux.c | 361 *type == ICMP_UNREACH || *type == ICMP_ECHOREPLY) { in check_reply() 398 if (*type == ICMP_UNREACH && in check_reply() 440 {ICMP_UNREACH, "Dest Unreachable"}, in pr_type() 507 if (type != ICMP_UNREACH) { in print_icmp_other()
|
H A D | traceroute.c | 1754 type == ICMP_UNREACH && in traceroute()
|
/titanic_44/usr/src/stand/lib/inet/ |
H A D | icmp4.c | 98 case ICMP_UNREACH: in icmp4()
|
/titanic_44/usr/src/uts/common/netinet/ |
H A D | ip_icmp.h | 129 #define ICMP_UNREACH 3 /* dest unreachable, codes: */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 90 case ICMP_UNREACH: in interpret_icmp() 395 if (icmp->icmp_type == ICMP_UNREACH || in interpret_icmp()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux.c | 314 case ICMP_UNREACH: in check_reply() 1252 {ICMP_UNREACH, "Dest Unreachable"}, in pr_type()
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_log.c | 286 case ICMP_UNREACH :
|
H A D | ip_fil_solaris.c | 1352 if (type == ICMP_UNREACH && (phy != 0) && 2556 icmp->icmp_type = ICMP_UNREACH;
|
H A D | fil.c | 996 case ICMP_UNREACH : 2667 (void) fr_send_icmp_err(ICMP_UNREACH, fin, dst);
|
/titanic_44/usr/src/cmd/cmd-inet/usr.lib/ilbd/ilb/ |
H A D | ilb_probe.c | 379 if (icmph->icmp_type != ICMP_UNREACH) in check_icmp_unreach_v4()
|
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipmon.c | 249 { ICMP_UNREACH, icmpunreachnames, 1176 if (ic->icmp_type == ICMP_UNREACH ||
|
H A D | ipf_y.y | 1356 | IPFY_ICMPT_UNR { $$ = ICMP_UNREACH; }
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 1939 #ifndef ICMP_UNREACH 1940 # define ICMP_UNREACH 3 macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 450 {"unreach", ICMP_UNREACH},
|