Home
last modified time | relevance | path

Searched refs:NR_ICMP_TYPES (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dicmp.c178 static struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
250 if (type > NR_ICMP_TYPES) in icmpv4_xrlim_allow()
274 if (type>NR_ICMP_TYPES) in icmp_out_count()
436 if (inner_type>NR_ICMP_TYPES || icmp_pointers[inner_type].error) in icmp_send()
894 if (icmph->type > NR_ICMP_TYPES) in icmp_rcv()
936 static struct icmp_control icmp_pointers[NR_ICMP_TYPES+1] = {
/linux-2.4.37.9/include/linux/
Dicmp.h33 #define NR_ICMP_TYPES 18 macro
/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_LOG.c164 static size_t required_len[NR_ICMP_TYPES+1] in dump_packet()
198 if (icmph->type <= NR_ICMP_TYPES in dump_packet()
Dipt_REJECT.c245 || icmph->type > NR_ICMP_TYPES) in send_unreach()