Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet6/
Dip6_forward.c368 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
419 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
508 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
659 type = ICMP6_DST_UNREACH; in ip6_forward()
Dicmp6.c165 case ICMP6_DST_UNREACH: in icmp6_errcount()
482 case ICMP6_DST_UNREACH: in icmp6_input()
497 case ICMP6_DST_UNREACH: in icmp6_input()
Dudp6_usrreq.c453 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
Dnd6.c528 icmp6_error2(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl_parser.c110 { "unreach", ICMP6_DST_UNREACH },
172 { "admin-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN },
173 { "noroute-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOROUTE },
174 { "notnbr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOTNEIGHBOR },
175 { "beyond-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_BEYONDSCOPE },
176 { "addr-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR },
177 { "port-unr", ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT },
Dparse.y76 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5734 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
/freebsd-9-stable/sys/netinet/
Dicmp6.h90 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
700 case ICMP6_DST_UNREACH: \
Dtcp_input.c542 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
/freebsd-9-stable/usr.bin/systat/
Dicmp6.c203 DO2(ICMP6_DST_UNREACH, 10); in showicmp6()
/freebsd-9-stable/contrib/tcpdump/
Dicmp6.h92 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
Dprint-icmp6.c69 { ICMP6_DST_UNREACH, "destination unreachable"},
350 case ICMP6_DST_UNREACH: in icmp6_print()
/freebsd-9-stable/usr.sbin/traceroute6/
Dtraceroute6.c1135 case ICMP6_DST_UNREACH: in pr_type()
1260 || type == ICMP6_DST_UNREACH) {
/freebsd-9-stable/sys/netipsec/
Dipsec_output.c675 icmp6_error(m, ICMP6_DST_UNREACH, in ipsec6_output_trans()
/freebsd-9-stable/sys/contrib/ipfilter/netinet/
Dip_compat.h2279 #ifndef ICMP6_DST_UNREACH
2280 # define ICMP6_DST_UNREACH 1 macro
Dip_fil_freebsd.c796 if (type == ICMP6_DST_UNREACH)
Dfil.c753 case ICMP6_DST_UNREACH :
4003 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/freebsd-9-stable/contrib/ipfilter/tools/
Dipmon.c308 { ICMP6_DST_UNREACH, icmpredirect6,
/freebsd-9-stable/sys/netpfil/ipfw/
Dip_fw2.c607 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
/freebsd-9-stable/sbin/ping6/
Dping6.c2325 case ICMP6_DST_UNREACH: in pr_icmph()
/freebsd-9-stable/sys/contrib/pf/net/
Dpf.c3421 if (icmptype == ICMP6_DST_UNREACH ||
4914 if (icmptype == ICMP6_DST_UNREACH ||