Searched refs:icmp6_error (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/sys/netinet6/
H A Droute6.c104 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
H A Dip6_forward.c159 icmp6_error(m, ICMP6_TIME_EXCEEDED,
357 icmp6_error(mcopy, ICMP6_DST_UNREACH,
405 icmp6_error(mcopy, ICMP6_DST_UNREACH,
454 icmp6_error(mcopy, ICMP6_DST_UNREACH,
465 * Since both icmp6_error and icmp6_redirect_output fill the embedded
590 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu);
637 icmp6_error(mcopy, type, code, 0);
H A Dfrag6.c199 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset);
212 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
326 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
333 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
368 icmp6_error(merr, ICMP6_PARAM_PROB,
647 icmp6_error(m, ICMP6_TIME_EXCEEDED,
H A Dip6_input.c357 icmp6_error(m, ICMP6_PARAM_PROB,
1153 icmp6_error(m, ICMP6_PARAM_PROB,
1170 icmp6_error(m, ICMP6_PARAM_PROB,
1184 icmp6_error(m, ICMP6_PARAM_PROB,
1208 icmp6_error(m, ICMP6_PARAM_PROB,
1220 icmp6_error(m, ICMP6_PARAM_PROB,
1268 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off);
1277 icmp6_error(m, ICMP6_PARAM_PROB,
H A Draw_ip6.c333 icmp6_error(m, ICMP6_PARAM_PROB,
H A Dudp6_usrreq.c471 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
H A Dicmp6.c217 * A wrapper function for icmp6_error() necessary when the erroneous packet
246 icmp6_error(m, type, code, param);
253 icmp6_error(struct mbuf *m, int type, int code, int param) function
364 nd6log((LOG_DEBUG, "ENOBUFS in icmp6_error %d\n", __LINE__));
382 * icmp6_error() can be called from both input and output path,
H A Dip6_mroute.c1605 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu);
/freebsd-10.3-release/sys/netinet/
H A Dicmp6.h587 uint64_t icp6s_error; /* # of calls to icmp6_error */
690 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c530 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1273 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu);
/freebsd-10.3-release/sys/netpfil/ipfw/
H A Dip_fw2.c606 icmp6_error(m, ICMP6_DST_UNREACH, code, 0);
/freebsd-10.3-release/sys/netpfil/pf/
H A Dpf.c1405 icmp6_error(pfse->pfse_m, pfse->pfse_icmp_type,
5597 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 279 milliseconds