Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Dip6_forward.c447 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
474 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
533 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
603 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward()
642 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
854 icmp6_error(mcopy, type, code, 0); in ip6_forward()
H A Dfrag6.c222 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_icmp6_paramprob_error()
333 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
347 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
540 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
549 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
570 icmp6_error(m, ICMP6_PARAM_PROB, in frag6_input()
H A Droute6.c116 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dip6_input.c1198 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ip6_input()
1616 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1633 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1647 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1671 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1683 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1734 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, (int)off); in ip6_unknown_opt()
1744 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Dudp6_usrreq.c588 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
H A Draw_ip6.c281 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dicmp6.c258 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
H A Dipsec.c3705 icmp6_error(state->m, ICMP6_DST_UNREACH, in ipsec6_output_trans()
/xnu-8019.80.24/bsd/netinet/
H A Dicmp6.h765 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c955 icmp6_error(m, ICMP6_DST_UNREACH, in tcp6_input()
/xnu-8019.80.24/bsd/net/
H A Dpf.c2791 icmp6_error(m0, type, code, 0); in pf_send_icmp()
9392 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()