Home
last modified time | relevance | path

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

/minix3/usr.sbin/traceroute6/
H A Dtraceroute6.c839 case ICMP6_DST_UNREACH_NOPORT: in main()
1152 return ICMP6_DST_UNREACH_NOPORT + 1; in packet_ok()
/minix3/sys/netinet/
H A Dicmp6.h148 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
/minix3/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c149 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
538 { ICMP6_DST_UNREACH_NOPORT, "unreachable port"},
962 case ICMP6_DST_UNREACH_NOPORT: in icmp6_print()
/minix3/sbin/ping6/
H A Dping6.c2205 case ICMP6_DST_UNREACH_NOPORT: in pr_icmph()