/freebsd/sys/netinet6/ |
H A D | ip6_forward.c | 134 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 D | ip6_fastfwd.c | 68 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 D | frag6.c | 333 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 D | ip6_input.c | 428 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 D | route6.c | 107 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
|
H A D | raw_ip6.c | 323 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
|
H A D | icmp6.c | 260 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 D | udp6_usrreq.c | 522 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
|
H A D | ip6_mroute.c | 1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu); in phyint_send()
|
/freebsd/sys/netinet/ |
H A D | icmp6.h | 708 void icmp6_error(struct mbuf *, int, int, int);
|
H A D | tcp_input.c | 592 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR, in tcp6_input_with_port()
|
/freebsd/sys/netipsec/ |
H A D | ipsec_output.c | 807 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, pmtu - hlen); in ipsec6_check_pmtu()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/ |
H A D | ipoib_cm.c | 1291 icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu); in ipoib_cm_mb_reap()
|
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw2.c | 986 icmp6_error(m, ICMP6_DST_UNREACH, code, 0); in send_reject6()
|
/freebsd/sys/dev/wg/ |
H A D | if_wg.c | 2100 icmp6_error(m, ICMP6_DST_UNREACH, 0, 0); in xmit_err()
|
/freebsd/sys/netpfil/pf/ |
H A D | pf.c | 2416 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()
|