Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet6/
H A Dip6_forward.c157 icmp6_error(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
208 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
222 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
247 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
284 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
293 icmp6_error(mcopy, ICMP6_PACKET_TOO_BIG, 0, in ip6_forward()
330 icmp6_error(mcopy, ICMP6_DST_UNREACH, in ip6_forward()
449 icmp6_error(mcopy, type, code, 0); in ip6_forward()
H A Dfrag6.c198 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, offset); in frag6_input()
213 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
324 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
331 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
366 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
588 icmp6_error(m, ICMP6_TIME_EXCEEDED, in frag6_freef()
H A Dip6_input.c590 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_input()
932 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
949 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
963 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
987 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
999 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1047 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1056 icmp6_error(m, ICMP6_PARAM_PROB, in ip6_unknown_opt()
H A Droute6.c75 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
H A Dudp6_usrreq.c391 icmp6_error(n, ICMP6_DST_UNREACH, in udp6_sendup()
724 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_NOPORT, 0); in udp6_input()
H A Draw_ip6.c258 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
H A Dicmp6.c341 icmp6_error(m, type, code, param); in icmp6_error2()
352 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
H A Dip6_mroute.c1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, in phyint_send()
/netbsd-src/sys/net/npf/
H A Dnpf_sendpkt.c67 #define icmp6_error(m, ...) m_freem(m) macro
234 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADMIN, 0); in npf_return_icmp()
/netbsd-src/sys/netinet/
H A Dicmp6.h577 #define ICMP6_STAT_ERROR 0 /* # of calls to icmp6_error */
655 void icmp6_error(struct mbuf *, int, int, int);
H A Dtcp_input.c822 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
/netbsd-src/sys/dist/pf/net/
H A Dpf.c1910 icmp6_error(m0, type, code, 0);
5563 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);