Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dip_conntrack_proto_icmp.c34 = { [ICMP_ECHO] = ICMP_ECHOREPLY + 1, in icmp_invert_tuple()
35 [ICMP_ECHOREPLY] = ICMP_ECHO + 1, in icmp_invert_tuple()
96 = { [ICMP_ECHO] = 1, in icmp_new()
Dipt_LOG.c172 [ICMP_ECHO] = 4, in dump_packet()
207 case ICMP_ECHO: in dump_packet()
Dipt_unclean.c53 [ICMP_ECHO] in check_icmp()
Dipt_REJECT.c244 && icmph->type != ICMP_ECHO) in send_unreach()
/linux-2.4.37.9/include/linux/
Dicmp.h24 #define ICMP_ECHO 8 /* Echo Request */ macro
/linux-2.4.37.9/net/ipv4/
Dicmp.c909 if (icmph->type == ICMP_ECHO && in icmp_rcv()
913 if (icmph->type != ICMP_ECHO && in icmp_rcv()
/linux-2.4.37.9/Documentation/networking/
Dethertap.txt222 if (icmp->type == ICMP_ECHO) {