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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dicmp.h35 #define NR_ICMP_TYPES 18 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dicmp.c223 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES+1];
298 if (type > NR_ICMP_TYPES)
321 if (type <= NR_ICMP_TYPES) {
502 if (*itp > NR_ICMP_TYPES ||
957 if (icmph->type > NR_ICMP_TYPES)
999 static const struct icmp_control icmp_pointers[NR_ICMP_TYPES + 1] = {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dipt_LOG.c200 static const size_t required_len[NR_ICMP_TYPES+1]
237 if (ich->type <= NR_ICMP_TYPES
H A Dnf_conntrack_proto_icmp.c243 if (icmph->type > NR_ICMP_TYPES) {

Completed in 164 milliseconds