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

  /src/sys/netinet6/
route6.c 75 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
ip6_forward.c 157 icmp6_error(m, ICMP6_TIME_EXCEEDED,
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,
293 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0,
330 icmp6_error(mcopy, ICMP6_DST_UNREACH,
341 * Since both icmp6_error and icmp6_redirect_output fill the embedded
449 icmp6_error(mcopy, type, code, 0);
frag6.c 198 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset);
213 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
324 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
331 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
366 icmp6_error(merr, ICMP6_PARAM_PROB,
588 icmp6_error(m, ICMP6_TIME_EXCEEDED,
ip6_input.c 590 icmp6_error(m, ICMP6_PARAM_PROB,
932 icmp6_error(m, ICMP6_PARAM_PROB,
949 icmp6_error(m, ICMP6_PARAM_PROB,
963 icmp6_error(m, ICMP6_PARAM_PROB,
987 icmp6_error(m, ICMP6_PARAM_PROB,
999 icmp6_error(m, ICMP6_PARAM_PROB,
1047 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off);
1056 icmp6_error(m, ICMP6_PARAM_PROB,
udp6_usrreq.c 391 icmp6_error(n, ICMP6_DST_UNREACH,
724 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
raw_ip6.c 258 icmp6_error(m, ICMP6_PARAM_PROB,
icmp6.c 316 * A wrapper function for icmp6_error() necessary when the erroneous packet
341 icmp6_error(m, type, code, param);
352 icmp6_error(struct mbuf *m, int type, int code, int param) function in typeref:typename:void
452 nd6log(LOG_DEBUG, "ENOBUFS in icmp6_error %d\n", __LINE__);
470 * icmp6_error() can be called from both input and output path,
ip6_mroute.c 1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0,
  /src/sys/net/npf/
npf_sendpkt.c 67 #define icmp6_error(m, ...) m_freem(m) macro
234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0);
  /src/sys/netinet/
icmp6.h 577 #define ICMP6_STAT_ERROR 0 /* # of calls to icmp6_error */
655 void icmp6_error(struct mbuf *, int, int, int);
tcp_input.c 822 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
  /src/sys/dist/pf/net/
pf.c 1910 icmp6_error(m0, type, code, 0);
5563 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 42 milliseconds