Searched refs:ICMP_PORT_UNREACH (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/linux/ |
D | icmp.h | 40 #define ICMP_PORT_UNREACH 3 /* Port Unreachable */ macro
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_fw_compat.c | 161 icmp_send(*pskb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, in fw_in()
|
D | ipt_REJECT.c | 348 send_unreach(*pskb, ICMP_PORT_UNREACH); in reject()
|
/linux-2.4.37.9/net/ipv4/ |
D | ipip.c | 313 case ICMP_PORT_UNREACH: in ipip_err() 381 case ICMP_PORT_UNREACH: in ipip_err()
|
D | ip_gre.c | 365 case ICMP_PORT_UNREACH: in ipgre_err() 450 case ICMP_PORT_UNREACH: in ipgre_err()
|
D | icmp.c | 563 case ICMP_PORT_UNREACH: in icmp_unreach()
|
D | udp.c | 1004 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in udp_rcv()
|
/linux-2.4.37.9/net/ipv6/ |
D | sit.c | 254 case ICMP_PORT_UNREACH: in ipip6_err() 322 case ICMP_PORT_UNREACH: in ipip6_err()
|
/linux-2.4.37.9/net/ipv4/ipvs/ |
D | ip_vs_core.c | 457 icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0); in ip_vs_leave() 692 ICMP_PORT_UNREACH, 0); in ip_vs_out()
|