Searched refs:ICMP6_DST_UNREACH (Results 1 - 21 of 21) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dicmptypes.c29 # undef ICMP6_DST_UNREACH macro
30 # define ICMP6_DST_UNREACH 0 macro
105 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
/netbsd-current/sys/netinet6/
H A Dip6_forward.c208 icmp6_error(mcopy, ICMP6_DST_UNREACH,
222 icmp6_error(mcopy, ICMP6_DST_UNREACH,
247 icmp6_error(mcopy, ICMP6_DST_UNREACH,
284 icmp6_error(mcopy, ICMP6_DST_UNREACH,
330 icmp6_error(mcopy, ICMP6_DST_UNREACH,
445 type = ICMP6_DST_UNREACH;
H A Dudp6_usrreq.c391 icmp6_error(n, ICMP6_DST_UNREACH,
721 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
H A Dicmp6.c235 case ICMP6_DST_UNREACH:
577 case ICMP6_DST_UNREACH:
591 case ICMP6_DST_UNREACH:
H A Dnd6.c433 icmp6_error2(m, ICMP6_DST_UNREACH,
/netbsd-current/sys/netinet/
H A Dicmp6.h91 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
677 case ICMP6_DST_UNREACH: \
H A Dtcp_input.c812 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
/netbsd-current/sys/net/npf/
H A Dnpf_sendpkt.c234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0);
H A Dnpf_alg_icmp.c166 case ICMP6_DST_UNREACH:
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c131 { "unreach", ICMP6_DST_UNREACH },
209 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
210 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
211 { "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR },
212 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
213 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
214 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
H A Dparse.y76 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5238 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c570 case ICMP6_DST_UNREACH:
/netbsd-current/usr.sbin/traceroute6/
H A Dtraceroute6.c872 case ICMP6_DST_UNREACH:
974 || type == ICMP6_DST_UNREACH) {
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-icmp6.c103 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
647 { ICMP6_DST_UNREACH, "destination unreachable"},
1070 case ICMP6_DST_UNREACH:
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1231 #ifndef ICMP6_DST_UNREACH
1232 # define ICMP6_DST_UNREACH 1 macro
H A Dip_fil_netbsd.c984 if (type == ICMP6_DST_UNREACH)
H A Dfil.c936 case ICMP6_DST_UNREACH :
4272 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c737 case ICMP6_DST_UNREACH:
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c284 { ICMP6_DST_UNREACH, icmpredirect6,
/netbsd-current/sbin/ping6/
H A Dping6.c2057 case ICMP6_DST_UNREACH:
/netbsd-current/sys/dist/pf/net/
H A Dpf.c3137 if (icmptype == ICMP6_DST_UNREACH ||
4372 if (icmptype == ICMP6_DST_UNREACH ||

Completed in 302 milliseconds