Home
last modified time | relevance | path

Searched refs:icmp6_error (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/netinet6/
H A Dip6_forward.c134 icmp6_error(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
191 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
201 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
234 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
386 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
438 icmp6_error(mcopy, type, code, 0); in ip6_forward()
H A Dip6_fastfwd.c68 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
80 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
151 icmp6_error(m, ICMP6_TIME_EXCEEDED, in ip6_tryforward()
207 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
227 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu); in ip6_tryforward()
H A Dfrag6.c333 icmp6_error(m, ICMP6_TIME_EXCEEDED, in frag6_freef()
466 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
481 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
524 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
651 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
661 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
702 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
H A Dip6_input.c428 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1039 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1056 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1070 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1094 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1106 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1154 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1163 icmp6_error(m, ICMP6_PARAM_PROB,
H A Droute6.c107 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Draw_ip6.c323 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dicmp6.c260 icmp6_error(m, type, code, param); in icmp6_error2()
267 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
H A Dudp6_usrreq.c522 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
H A Dip6_mroute.c1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/freebsd/sys/netinet/
H A Dicmp6.h708 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c592 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input_with_port()
/freebsd/sys/netipsec/
H A Dipsec_output.c807 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, pmtu - hlen); in ipsec6_check_pmtu()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1291 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c986 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
/freebsd/sys/dev/wg/
H A Dif_wg.c2100 icmp6_error(m, ICMP6_DST_UNREACH, 0, 0); in xmit_err()
/freebsd/sys/netpfil/pf/
H A Dpf.c2416 icmp6_error(pfse->pfse_m, pfse->icmpopts.type, in pf_intr()
9254 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()
10288 icmp6_error(*m0, ICMP6_PACKET_TOO_BIG, 0, IN6_LINKMTU(ifp)); in pf_test()