Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_fastfwd.c69 icmp6_error(m, ICMP6_DST_UNREACH, in ip6_findroute()
81 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 Dip6_forward.c136 icmp6_error(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
193 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
225 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
377 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
429 icmp6_error(mcopy, type, code, 0); in ip6_forward()
H A Dfrag6.c266 icmp6_error(m, ICMP6_TIME_EXCEEDED, in frag6_freef()
407 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
422 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
465 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
601 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
618 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
659 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
H A Droute6.c109 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dip6_input.c438 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input_hbh()
1029 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1046 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1060 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1084 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1096 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1144 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1153 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Draw_ip6.c342 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dicmp6.c252 icmp6_error(m, type, code, param); in icmp6_error2()
259 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
H A Dudp6_usrreq.c516 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
H A Dip6_mroute.c1614 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
/f-stack/tools/compat/include/netinet/
H A Dicmp6.h707 void icmp6_error(struct mbuf *, int, int, int);
/f-stack/freebsd/netinet/
H A Dicmp6.h703 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c599 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input()
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw2.c985 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c1488 icmp6_error(pfse->pfse_m, pfse->icmpopts.type, in pf_intr()
5744 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()