Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH_NOROUTE (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/netinet/
Dicmp6.h74 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
/external/tcpdump/
Dicmp6.h135 #define ICMP6_DST_UNREACH_NOROUTE 0 /* no route to destination */ macro
Dprint-icmp6.c98 { ICMP6_DST_UNREACH_NOROUTE, "unreachable route" },
285 case ICMP6_DST_UNREACH_NOROUTE: /* fall through */ in icmp6_print()
/external/ping6/
Dping6.c2204 case ICMP6_DST_UNREACH_NOROUTE: in pr_icmph()