Home
last modified time | relevance | path

Searched refs:icmp_send (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dip_forward.c150 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ip_forward()
157 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_SR_FAILED, 0); in ip_forward()
162 icmp_send(skb, ICMP_TIME_EXCEEDED, ICMP_EXC_TTL, 0); in ip_forward()
Dip_options.c454 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((pp_ptr-iph)<<24)); in ip_options_compile()
587 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl(16<<24)); in ip_options_rcv_srr()
595 icmp_send(skb, ICMP_PARAMETERPROB, 0, htonl((opt->srr+2)<<24)); in ip_options_rcv_srr()
Dipip.c461 icmp_send(skb2, rel_type, rel_code, rel_info); in ipip_err()
506 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipip_rcv()
587 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipip_tunnel_xmit()
Dip_input.c276 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ip_local_deliver_finish()
Dip_gre.c530 icmp_send(skb2, rel_type, rel_code, rel_info); in ipgre_err()
653 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipgre_rcv()
770 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, htonl(mtu)); in ipgre_tunnel_xmit()
Dip_fragment.c298 icmp_send(head, ICMP_TIME_EXCEEDED, ICMP_EXC_FRAGTIME, 0); in ip_expire()
Dicmp.c373 void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info) in icmp_send() function
Droute.c1039 icmp_send(skb, ICMP_REDIRECT, ICMP_REDIR_HOST, rt->rt_gateway); in ip_rt_send_redirect()
1084 icmp_send(skb, ICMP_DEST_UNREACH, code, 0); in ip_error()
1208 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_HOST_UNREACH, 0); in ipv4_link_failure()
Dip_output.c335 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_FRAG_NEEDED, in ip_queue_xmit2()
Dudp.c1004 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in udp_rcv()
/linux-2.4.37.9/include/net/
Dicmp.h39 extern void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info);
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_MIRROR.c137 icmp_send(*pskb, ICMP_TIME_EXCEEDED, in ipt_mirror_target()
Dip_fw_compat.c161 icmp_send(*pskb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in fw_in()
/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_core.c457 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave()
691 icmp_send(skb, ICMP_DEST_UNREACH, in ip_vs_out()
959 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_in_icmp()
Dip_vs_conn.c657 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_bypass_xmit()
783 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_nat_xmit()
921 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_tunnel_xmit()
1009 icmp_send(skb, ICMP_DEST_UNREACH,ICMP_FRAG_NEEDED, htonl(mtu)); in ip_vs_dr_xmit()
/linux-2.4.37.9/net/
Dnetsyms.c263 EXPORT_SYMBOL(icmp_send);
/linux-2.4.37.9/net/atm/
Dclip.c273 icmp_send(skb,ICMP_DEST_UNREACH,ICMP_HOST_UNREACH,0); in clip_neigh_error()
/linux-2.4.37.9/net/ipv6/
Dsit.c412 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipip6_rcv()