Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_fastfwd.c205 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute()
219 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_findroute()
266 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_FILTER_PROHIB, in ip_tryforward()
357 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, 0, 0); in ip_tryforward()
523 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ip_tryforward()
575 icmp_error(mcopy, ICMP_REDIRECT, ICMP_REDIRECT_HOST, redest.s_addr, 0); in ip_tryforward()
H A Dip_icmp.h217 void icmp_error(struct mbuf *, int, int, uint32_t, int);
H A Dip_input.c953 icmp_error(m, ICMP_TIMXCEED, ICMP_TIMXCEED_INTRANS, 0, 0); in ip_forward()
974 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in ip_forward()
994 * data in a cluster may change before we reach icmp_error(). in ip_forward()
1126 icmp_error(mcopy, type, code, dest.s_addr, mtu);
H A Dip_options.c386 icmp_error(m, type, code, 0, 0); in ip_dooptions()
H A Draw_ip.c410 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PROTOCOL, 0, 0); in rip_input()
H A Dip_icmp.c209 icmp_error(struct mbuf *n, int type, int code, uint32_t dest, int mtu) in icmp_error() function
H A Dudp_usrreq.c672 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_PORT, 0, 0); in udp_input()
/freebsd/sys/netipsec/
H A Dipsec_output.c389 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in ipsec4_check_pmtu()
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1286 icmp_error(mb, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, 0, mtu); in ipoib_cm_mb_reap()
/freebsd/sys/netpfil/ipfw/
H A Dip_fw2.c1015 icmp_error(args->m, ICMP_UNREACH, code, 0L, mtu); in send_reject()
/freebsd/sys/dev/wg/
H A Dif_wg.c2181 icmp_error(m, ICMP_UNREACH, ICMP_UNREACH_HOST, 0, 0); in xmit_err()
/freebsd/sys/netpfil/pf/
H A Dpf.c2768 icmp_error(pfse->pfse_m, pfse->icmpopts.type, in pf_intr()
11695 icmp_error(*m0, ICMP_UNREACH, ICMP_UNREACH_NEEDFRAG, in pf_test()