Home
last modified time | relevance | path

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

/external/iproute2/include/netinet/
Dicmp6.h79 #define ICMP6_DST_UNREACH_NOPORT 4 /* bad port */ macro
/external/tcpdump/
Dicmp6.h140 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
Dprint-icmp6.c102 { ICMP6_DST_UNREACH_NOPORT, "unreachable port"},
295 case ICMP6_DST_UNREACH_NOPORT: in icmp6_print()
/external/ping6/
Dping6.c2217 case ICMP6_DST_UNREACH_NOPORT: in pr_icmph()