Searched refs:ICMP6_DST_UNREACH (Results 1 – 12 of 12) sorted by relevance
/openbsd/sys/netinet6/ |
H A D | ip6_forward.c | 213 type = ICMP6_DST_UNREACH; in ip6_forward() 244 type = ICMP6_DST_UNREACH; in ip6_forward() 303 type = ICMP6_DST_UNREACH; in ip6_forward() 437 type = ICMP6_DST_UNREACH; in ip6_forward()
|
H A D | icmp6.c | 156 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 D | nd6.c | 338 icmp6_error(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
|
/openbsd/sbin/pfctl/ |
H A D | pfctl_parser.c | 115 { "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 D | parse.y | 65 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; 5495 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
|
/openbsd/sys/netinet/ |
H A D | icmp6.h | 90 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
|
H A D | udp_usrreq.c | 585 icmp6_error(m, ICMP6_DST_UNREACH, in udp_input()
|
/openbsd/usr.sbin/bgpd/ |
H A D | parse.y | 5926 { "unreach", ICMP6_DST_UNREACH }, 5989 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN }, 5990 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE }, 5991 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE }, 5992 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR }, 5993 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
|
/openbsd/usr.sbin/tcpdump/ |
H A D | print-icmp6.c | 158 case ICMP6_DST_UNREACH: in icmp6_print()
|
/openbsd/usr.sbin/traceroute/ |
H A D | worker.c | 619 || type == ICMP6_DST_UNREACH) { in packet_ok6()
|
/openbsd/sbin/ping/ |
H A D | ping.c | 2036 case ICMP6_DST_UNREACH: in pr_icmph6()
|
/openbsd/sys/net/ |
H A D | pf.c | 2725 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() 6748 pf_send_icmp(m0, ICMP6_DST_UNREACH, in pf_route6()
|