Home
last modified time | relevance | path

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

/NextBSD/contrib/ipfilter/lib/
HDicmptypes.c27 # undef ICMP6_DST_UNREACH
28 # define ICMP6_DST_UNREACH 0 macro
103 { "unreach", ICMP_UNREACH, ICMP6_DST_UNREACH },
/NextBSD/sys/netinet6/
HDip6_forward.c350 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
394 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
440 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
612 type = ICMP6_DST_UNREACH; in ip6_forward()
HDicmp6.c168 case ICMP6_DST_UNREACH: in icmp6_errcount()
484 case ICMP6_DST_UNREACH: in icmp6_input()
HDudp6_usrreq.c473 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
HDnd6.c807 icmp6_error2(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
/NextBSD/sbin/pfctl/
HDpfctl_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 },
HDparse.y78 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5830 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT; in parse_config()
/NextBSD/sys/netinet/
HDicmp6.h90 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
718 case ICMP6_DST_UNREACH: \
HDtcp_input.c548 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
/NextBSD/usr.bin/systat/
HDicmp6.c203 DO2(ICMP6_DST_UNREACH, 10); in showicmp6()
/NextBSD/usr.sbin/traceroute6/
HDtraceroute6.c1135 case ICMP6_DST_UNREACH: in pr_type()
1260 || type == ICMP6_DST_UNREACH) {
/NextBSD/contrib/tcpdump/
HDprint-icmp6.c96 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */ macro
496 { ICMP6_DST_UNREACH, "destination unreachable"},
936 case ICMP6_DST_UNREACH: in icmp6_print()
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_compat.h1172 #ifndef ICMP6_DST_UNREACH
1173 # define ICMP6_DST_UNREACH 1 macro
HDip_fil_freebsd.c606 if (type == ICMP6_DST_UNREACH)
HDfil.c948 case ICMP6_DST_UNREACH :
4346 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
/NextBSD/contrib/ipfilter/tools/
HDipmon.c284 { ICMP6_DST_UNREACH, icmpredirect6,
/NextBSD/sbin/ping6/
HDping6.c2294 case ICMP6_DST_UNREACH: in pr_icmph()
/NextBSD/sys/netpfil/ipfw/
HDip_fw2.c596 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
/NextBSD/sys/netpfil/pf/
HDpf.c3129 if (icmptype == ICMP6_DST_UNREACH || in pf_test_rule()
4494 if (icmptype == ICMP6_DST_UNREACH || in pf_test_state_icmp()