Searched refs:min_code (Results 1 – 2 of 2) sorted by relevance
1801 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument1806 (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
1807 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument1811 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()