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

/darwin-on-arm/xnu/bsd/netinet6/
H A Droute6.c161 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
201 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
208 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
H A Dip6_forward.c210 icmp6_error(m, ICMP6_TIME_EXCEEDED,
411 icmp6_error(mcopy, ICMP6_DST_UNREACH,
438 icmp6_error(mcopy, ICMP6_DST_UNREACH,
492 icmp6_error(mcopy, ICMP6_DST_UNREACH,
554 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu);
592 icmp6_error(mcopy, ICMP6_DST_UNREACH,
626 * Since both icmp6_error and icmp6_redirect_output fill the embedded
749 icmp6_error(mcopy, type, code, 0);
H A Dfrag6.c225 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset);
240 icmp6_error(m, ICMP6_PARAM_PROB,
334 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
344 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
381 icmp6_error(merr, ICMP6_PARAM_PROB,
669 icmp6_error(m, ICMP6_TIME_EXCEEDED,
H A Dip6_input.c971 icmp6_error(m, ICMP6_PARAM_PROB,
1336 icmp6_error(m, ICMP6_PARAM_PROB,
1353 icmp6_error(m, ICMP6_PARAM_PROB,
1367 icmp6_error(m, ICMP6_PARAM_PROB,
1391 icmp6_error(m, ICMP6_PARAM_PROB,
1403 icmp6_error(m, ICMP6_PARAM_PROB,
1452 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off);
1461 icmp6_error(m, ICMP6_PARAM_PROB,
H A Dudp6_usrreq.c500 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
H A Draw_ip6.c270 icmp6_error(m, ICMP6_PARAM_PROB,
H A Dicmp6.c240 * A wrapper function for icmp6_error() necessary when the erroneous packet
269 icmp6_error(m, type, code, param);
276 icmp6_error(struct mbuf *m, int type, int code, int param) function
389 nd6log((LOG_DEBUG, "ENOBUFS in icmp6_error %d\n", __LINE__));
407 * icmp6_error() can be called from both input and output path,
H A Dip6_fw.c883 icmp6_error(*m, ICMP6_DST_UNREACH,
H A Dip6_mroute.c1581 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);
H A Dipsec.c3368 icmp6_error(state->m, ICMP6_DST_UNREACH,
3370 state->m = NULL; /* icmp6_error freed the mbuf */
H A Dnd6.c763 icmp6_error(m, ICMP6_DST_UNREACH,
/darwin-on-arm/xnu/bsd/netinet/
H A Dicmp6.h607 u_quad_t icp6s_error; /* # of calls to icmp6_error */
718 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c786 icmp6_error(m, ICMP6_DST_UNREACH,
/darwin-on-arm/xnu/bsd/net/
H A Dpf.c2581 icmp6_error(m0, type, code, 0);
7929 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);

Completed in 140 milliseconds