Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/traceroute6/
HDtraceroute6.c781 case ICMP6_DST_UNREACH_NOPORT: in main()
1072 return (ICMP6_DST_UNREACH_NOPORT + 1); in packet_ok()
/dragonfly/contrib/tcpdump/
HDprint-icmp6.c146 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
688 { ICMP6_DST_UNREACH_NOPORT, "unreachable port"},
1091 case ICMP6_DST_UNREACH_NOPORT: in icmp6_print()
/dragonfly/sys/netinet/
HDicmp6.h154 #define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */ macro
/dragonfly/sys/netinet6/
HDudp6_usrreq.c349 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
HDicmp6.c208 case ICMP6_DST_UNREACH_NOPORT: in icmp6_errcount()
477 case ICMP6_DST_UNREACH_NOPORT: in icmp6_input()
/dragonfly/sbin/ip6fw/
HDip6fw.c104 { ICMP6_DST_UNREACH_NOPORT, "noport" },
/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c173 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
HDparse.y72 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5777 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
/dragonfly/sbin/ping6/
HDping6.c2084 case ICMP6_DST_UNREACH_NOPORT: in pr_icmph()