Searched refs:min_code (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dip_tables.c2143 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, argument
2148 (type == test_type && code >= min_code && code <= max_code))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dip6_tables.c2140 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, argument
2144 return (type == test_type && code >= min_code && code <= max_code)

Completed in 110 milliseconds