Symbol: icmp6_error
sys/dev/wg/if_wg.c
2189
icmp6_error(m, ICMP6_DST_UNREACH, 0, 0);
sys/netinet/icmp6.h
708
void icmp6_error(struct mbuf *, int, int, int);
sys/netinet6/frag6.c
332
icmp6_error(m, ICMP6_TIME_EXCEEDED,
sys/netinet6/frag6.c
465
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset);
sys/netinet6/frag6.c
480
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
sys/netinet6/frag6.c
523
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
sys/netinet6/frag6.c
650
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
sys/netinet6/frag6.c
660
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
sys/netinet6/frag6.c
701
icmp6_error(merr, ICMP6_PARAM_PROB,
sys/netinet6/icmp6.c
260
icmp6_error(m, type, code, param);
sys/netinet6/ip6_fastfwd.c
155
icmp6_error(m, ICMP6_TIME_EXCEEDED,
sys/netinet6/ip6_fastfwd.c
211
icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu);
sys/netinet6/ip6_fastfwd.c
231
icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, nh->nh_mtu);
sys/netinet6/ip6_fastfwd.c
72
icmp6_error(m, ICMP6_DST_UNREACH,
sys/netinet6/ip6_fastfwd.c
84
icmp6_error(m, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
138
icmp6_error(m, ICMP6_TIME_EXCEEDED,
sys/netinet6/ip6_forward.c
195
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
205
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
238
icmp6_error(mcopy, ICMP6_DST_UNREACH,
sys/netinet6/ip6_forward.c
390
icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0,
sys/netinet6/ip6_forward.c
465
icmp6_error(mcopy, type, code, 0);
sys/netinet6/ip6_input.c
1026
icmp6_error(m, ICMP6_PARAM_PROB,
sys/netinet6/ip6_input.c
1078
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off);
sys/netinet6/ip6_input.c
1087
icmp6_error(m, ICMP6_PARAM_PROB,
sys/netinet6/ip6_mroute.c
1719
icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, linkmtu);
sys/netinet6/raw_ip6.c
321
icmp6_error(m, ICMP6_PARAM_PROB,
sys/netinet6/route6.c
106
icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER,
sys/netinet6/udp6_usrreq.c
531
icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0);
sys/netipsec/ipsec_output.c
807
icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, pmtu - hlen);
sys/netpfil/ipfw/ip_fw2.c
989
icmp6_error(m, ICMP6_DST_UNREACH, code, 0);
sys/netpfil/pf/pf.c
11732
icmp6_error(*m0, ICMP6_PACKET_TOO_BIG, 0, in6_ifmtu(ifp));
sys/netpfil/pf/pf.c
2755
icmp6_error(pfse->pfse_m, pfse->icmpopts.type,
sys/netpfil/pf/pf_norm.c
1140
icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0,
sys/ofed/drivers/infiniband/ulp/ipoib/ipoib_cm.c
1285
icmp6_error(mb, ICMP6_PACKET_TOO_BIG, 0, mtu);