Home
last modified time | relevance | path

Searched refs:ICMP6_DST_UNREACH (Results 1 – 15 of 15) sorted by relevance

/dragonfly/sys/netinet6/
HDip6_forward.c157 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
179 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
213 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
256 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
373 type = ICMP6_DST_UNREACH; in ip6_forward()
HDudp6_usrreq.c349 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
HDicmp6.c194 case ICMP6_DST_UNREACH: in icmp6_errcount()
454 case ICMP6_DST_UNREACH: in icmp6_input()
HDnd6.c519 icmp6_error(m, ICMP6_DST_UNREACH, in nd6_timer_dispatch()
/dragonfly/usr.sbin/pfctl/
HDpfctl_parser.c106 { "unreach", ICMP6_DST_UNREACH },
168 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
169 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
170 { "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR },
171 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
172 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
173 { "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/sys/netinet/
HDicmp6.h98 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
719 case ICMP6_DST_UNREACH: \
HDtcp_input.c626 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
/dragonfly/usr.bin/systat/
HDicmp6.c194 DO2(ICMP6_DST_UNREACH, 11); in showicmp6()
/dragonfly/usr.sbin/traceroute6/
HDtraceroute6.c918 case ICMP6_DST_UNREACH: in pr_type()
1040 || type == ICMP6_DST_UNREACH) { in packet_ok()
/dragonfly/contrib/tcpdump/
HDprint-icmp6.c98 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
651 { ICMP6_DST_UNREACH, "destination unreachable"},
1077 case ICMP6_DST_UNREACH: in icmp6_print()
/dragonfly/sys/net/ip6fw/
HDip6_fw.c822 icmp6_error(*m, ICMP6_DST_UNREACH, in ip6_fw_chk()
/dragonfly/sbin/ping6/
HDping6.c2069 case ICMP6_DST_UNREACH: in pr_icmph()
/dragonfly/sys/net/wg/
HDif_wg.c2360 icmp6_error(m, ICMP6_DST_UNREACH, 0, 0); in wg_output()
/dragonfly/sys/net/pf/
HDpf.c3764 if (icmptype == ICMP6_DST_UNREACH || in pf_test_rule()
5197 if (icmptype == ICMP6_DST_UNREACH || in pf_test_state_icmp()