Home
last modified time | relevance | path

Searched refs:min_code (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/ipv4/netfilter/
Dipt_unclean.c30 u_int8_t min_code, max_code; member
136 && (icmph->code < info[icmph->type].min_code in check_icmp()
Dip_tables.c1635 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument
1639 return ((test_type == 0xFF) || (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
/linux-2.4.37.9/net/ipv6/netfilter/
Dip6_tables.c1716 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument
1720 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()