Searched refs:icmp6_error (Results 1 – 11 of 11) sorted by relevance
| /xnu-8796.141.3/bsd/netinet6/ |
| H A D | ip6_forward.c | 446 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 473 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 532 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 602 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, mtu); in ip6_forward() 641 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward() 852 icmp6_error(mcopy, type, code, 0); in ip6_forward()
|
| H A D | route6.c | 116 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
|
| H A D | frag6.c | 222 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_icmp6_paramprob_error() 335 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input() 349 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 550 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 559 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input() 580 icmp6_error(m, ICMP6_PARAM_PROB, in frag6_input()
|
| H A D | ip6_input.c | 1204 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in ip6_input() 1622 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1639 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1653 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1677 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1689 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts() 1740 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, (int)off); in ip6_unknown_opt() 1750 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
|
| H A D | raw_ip6.c | 291 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
|
| H A D | udp6_usrreq.c | 596 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
| H A D | icmp6.c | 275 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
|
| H A D | ipsec.c | 3711 icmp6_error(state->m, ICMP6_DST_UNREACH, in ipsec6_output_trans()
|
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | icmp6.h | 765 void icmp6_error(struct mbuf *, int, int, int);
|
| H A D | tcp_input.c | 954 icmp6_error(m, ICMP6_DST_UNREACH, in tcp6_input()
|
| /xnu-8796.141.3/bsd/net/ |
| H A D | pf.c | 2848 icmp6_error(m0, type, code, 0); in pf_send_icmp() 9521 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_route6()
|