/netbsd-src/sys/netinet6/ |
H A D | ip6_forward.c | 157 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 D | frag6.c | 198 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 D | ip6_input.c | 590 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 D | route6.c | 75 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
|
H A D | udp6_usrreq.c | 391 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 D | raw_ip6.c | 258 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
|
H A D | icmp6.c | 341 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 D | ip6_mroute.c | 1612 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, in phyint_send()
|
/netbsd-src/sys/net/npf/ |
H A D | npf_sendpkt.c | 67 #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 D | icmp6.h | 577 #define ICMP6_STAT_ERROR 0 /* # of calls to icmp6_error */ 655 void icmp6_error(struct mbuf *, int, int, int);
|
H A D | tcp_input.c | 822 icmp6_error(m, ICMP6_DST_UNREACH, ICMP6_DST_UNREACH_ADDR,
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 1910 icmp6_error(m0, type, code, 0); 5563 icmp6_error(m0, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu);
|