Home
last modified time | relevance | path

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

/openbsd/sys/netinet6/
H A Dip6_forward.c213 type = ICMP6_DST_UNREACH; in ip6_forward()
244 type = ICMP6_DST_UNREACH; in ip6_forward()
303 type = ICMP6_DST_UNREACH; in ip6_forward()
434 type = ICMP6_DST_UNREACH; in ip6_forward()
H A Dicmp6.c156 case ICMP6_DST_UNREACH: in icmp6_errcount()
437 case ICMP6_DST_UNREACH: in icmp6_input()
470 case ICMP6_DST_UNREACH: in icmp6_input()
H A Dnd6.c338 icmp6_error(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
/openbsd/sbin/pfctl/
H A Dpfctl_parser.c115 { "unreach", ICMP6_DST_UNREACH },
178 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
179 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
180 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
181 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
182 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
H A Dparse.y65 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5491 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
/openbsd/sys/netinet/
H A Dicmp6.h90 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
H A Dudp_usrreq.c586 icmp6_error(m, ICMP6_DST_UNREACH, in udp_input()
/openbsd/usr.sbin/bgpd/
H A Dparse.y5915 { "unreach", ICMP6_DST_UNREACH },
5978 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
5979 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
5980 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
5981 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
5982 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
/openbsd/usr.sbin/tcpdump/
H A Dprint-icmp6.c158 case ICMP6_DST_UNREACH: in icmp6_print()
/openbsd/usr.sbin/traceroute/
H A Dworker.c619 || type == ICMP6_DST_UNREACH) { in packet_ok6()
/openbsd/sbin/ping/
H A Dping.c2036 case ICMP6_DST_UNREACH: in pr_icmph6()
/openbsd/sys/net/
H A Dpf.c2725 case ICMP6_DST_UNREACH: in pf_icmp_mapping()
3044 case ICMP6_DST_UNREACH: in pf_translate_icmp_af()
3134 type = ICMP6_DST_UNREACH; in pf_translate_icmp_af()
6743 pf_send_icmp(m0, ICMP6_DST_UNREACH, in pf_route6()