Home
last modified time | relevance | path

Searched refs:ICMP_PROT_UNREACH (Results 1 – 8 of 8) sorted by relevance

/linux-2.4.37.9/include/linux/
Dicmp.h39 #define ICMP_PROT_UNREACH 2 /* Protocol Unreachable */ macro
/linux-2.4.37.9/net/ipv4/
Dip_input.c276 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ip_local_deliver_finish()
Dicmp.c561 case ICMP_PROT_UNREACH: in icmp_unreach()
Dipip.c506 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipip_rcv()
Dip_gre.c653 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipgre_rcv()
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_REJECT.c345 send_unreach(*pskb, ICMP_PROT_UNREACH); in reject()
/linux-2.4.37.9/net/sctp/
Dinput.c467 if (ICMP_PROT_UNREACH == code) { in sctp_v4_err()
/linux-2.4.37.9/net/ipv6/
Dsit.c412 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PROT_UNREACH, 0); in ipip6_rcv()