Searched refs:min_code (Results 1 – 2 of 2) sorted by relevance
2127 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument2131 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()
2119 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument2124 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()