Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet6/
Dfrag6.c133 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
146 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
251 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
258 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in frag6_input()
289 icmp6_error(merr, ICMP6_PARAM_PROB, in frag6_input()
549 icmp6_error(m, ICMP6_TIME_EXCEEDED, in frag6_freef()
Dip6_input.c457 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, *offp); in ip6_input_if()
684 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_hbhchcheck()
884 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts()
901 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts()
915 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts()
939 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts()
951 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_process_hopopts()
1000 icmp6_error(*mp, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_OPTION, off); in ip6_unknown_opt()
1009 icmp6_error(*mp, ICMP6_PARAM_PROB, in ip6_unknown_opt()
Droute6.c82 icmp6_error(m, ICMP6_PARAM_PROB, ICMP6_PARAMPROB_HEADER, in route6_input()
Dip6_forward.c133 icmp6_error(m, ICMP6_TIME_EXCEEDED, in ip6_forward()
455 icmp6_error(mcopy, type, code, destmtu); in ip6_forward()
Draw_ip6.c261 icmp6_error(m, ICMP6_PARAM_PROB, in rip6_input()
Dnd6.c338 icmp6_error(m, ICMP6_DST_UNREACH, in nd6_llinfo_timer()
Dip6_mroute.c1157 icmp6_error(mb_copy, ICMP6_PACKET_TOO_BIG, 0, in phyint_send6()
Dicmp6.c371 icmp6_error(struct mbuf *m, int type, int code, int param) in icmp6_error() function
/openbsd/src/sys/netinet/
Dicmp6.h594 void icmp6_error(struct mbuf *, int, int, int);
Dudp_usrreq.c585 icmp6_error(m, ICMP6_DST_UNREACH, in udp_input()
/openbsd/src/sys/net/
Dpf_norm.c1018 icmp6_error(m, ICMP6_PACKET_TOO_BIG, 0, ifp->if_mtu); in pf_refragment6()
Dpf.c3444 icmp6_error(m0, type, code, param); in pf_send_icmp()