HomeSort by: relevance | last modified time | path
    Searched refs:ICMP6_DST_UNREACH (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/netinet6/
ip6_forward.c 208 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;
udp6_usrreq.c 391 icmp6_error(n, ICMP6_DST_UNREACH,
724 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
icmp6.c 235 case ICMP6_DST_UNREACH:
577 case ICMP6_DST_UNREACH:
591 case ICMP6_DST_UNREACH:
nd6.c 433 icmp6_error2(m, ICMP6_DST_UNREACH,
  /src/sys/netinet/
icmp6.h 95 #define ICMP6_DST_UNREACH 1 /* dest unreachable, codes: */
681 case ICMP6_DST_UNREACH: \
tcp_input.c 822 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
  /src/sys/net/npf/
npf_sendpkt.c 234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0);
npf_alg_icmp.c 166 case ICMP6_DST_UNREACH:
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 131 { "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 },
parse.y 76 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
5238 (ICMP6_DST_UNREACH << 8) | ICMP6_DST_UNREACH_NOPORT;
  /src/usr.sbin/traceroute6/
traceroute6.c 872 case ICMP6_DST_UNREACH:
974 || type == ICMP6_DST_UNREACH) {
  /src/usr.sbin/npf/npfctl/
npf_data.c 616 case ICMP6_DST_UNREACH:
  /src/sys/external/bsd/ipf/netinet/
ip_compat.h 1231 #ifndef ICMP6_DST_UNREACH
1232 # define ICMP6_DST_UNREACH 1
ip_fil_netbsd.c 984 if (type == ICMP6_DST_UNREACH)
fil.c 936 case ICMP6_DST_UNREACH :
4272 ICMP6_DST_UNREACH, /* 3: ICMP_UNREACH */
  /src/sys/kern/
uipc_mbufdebug.c 754 case ICMP6_DST_UNREACH:
  /src/sbin/ping6/
ping6.c 2057 case ICMP6_DST_UNREACH:
  /src/sys/dist/pf/net/
pf.c 3137 if (icmptype == ICMP6_DST_UNREACH ||
4372 if (icmptype == ICMP6_DST_UNREACH ||

Completed in 53 milliseconds