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

12

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dicmptypes.c27 # undef ICMP6_DST_UNREACH macro
28 # define ICMP6_DST_UNREACH 0 macro
103 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
/freebsd-11-stable/sys/netinet6/
H A Dip6_forward.c182 icmp6_error(mcopy, ICMP6_DST_UNREACH,
225 icmp6_error(mcopy, ICMP6_DST_UNREACH,
271 icmp6_error(mcopy, ICMP6_DST_UNREACH,
422 type = ICMP6_DST_UNREACH;
H A Dip6_fastfwd.c66 icmp6_error(m, ICMP6_DST_UNREACH,
78 icmp6_error(m, ICMP6_DST_UNREACH,
H A Dsctp6_usrreq.c186 case ICMP6_DST_UNREACH:
H A Dicmp6.c168 case ICMP6_DST_UNREACH:
475 case ICMP6_DST_UNREACH:
H A Dudp6_usrreq.c468 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
H A Dnd6.c829 icmp6_error2(m, ICMP6_DST_UNREACH,
/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64clat.c167 case ICMP6_DST_UNREACH:
H A Dnat64stl.c167 case ICMP6_DST_UNREACH:
H A Dnat64_translate.c656 case ICMP6_DST_UNREACH:
872 type = ICMP6_DST_UNREACH;
1316 case ICMP6_DST_UNREACH:
1603 nat64_icmp6_reflect(m, ICMP6_DST_UNREACH,
/freebsd-11-stable/usr.bin/systat/
H A Dicmp6.c204 DO2(ICMP6_DST_UNREACH, 10);
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c112 { "unreach", ICMP6_DST_UNREACH },
174 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
175 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
176 { "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR },
177 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
178 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
179 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
H A Dparse.y80 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5967 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
/freebsd-11-stable/sys/netinet/
H A Dicmp6.h90 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
721 case ICMP6_DST_UNREACH: \
H A Dtcp_input.c560 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
/freebsd-11-stable/sys/netpfil/ipfw/nptv6/
H A Dnptv6.c148 case ICMP6_DST_UNREACH:
258 icmp6_error2(*mp, ICMP6_DST_UNREACH,
316 icmp6_error2(*mp, ICMP6_DST_UNREACH,
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c948 if (type == ICMP6_DST_UNREACH) {
1228 case ICMP6_DST_UNREACH:
1350 (*type == ICMP6_DST_UNREACH) ||
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_compat.h945 #ifndef ICMP6_DST_UNREACH
946 # define ICMP6_DST_UNREACH 1 macro
H A Dip_fil_freebsd.c586 if (type == ICMP6_DST_UNREACH)
H A Dfil.c918 case ICMP6_DST_UNREACH :
4325 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-icmp6.c100 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
500 { ICMP6_DST_UNREACH, "destination unreachable"},
922 case ICMP6_DST_UNREACH:
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipmon.c271 { ICMP6_DST_UNREACH, icmpredirect6,
/freebsd-11-stable/sbin/ping6/
H A Dping6.c2291 case ICMP6_DST_UNREACH:
/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw2.c966 icmp6_error(m, ICMP6_DST_UNREACH, code, 0);
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf.c3294 if (icmptype == ICMP6_DST_UNREACH ||
4612 if (icmptype == ICMP6_DST_UNREACH ||

Completed in 356 milliseconds

12