Searched refs:min_code (Results 1 – 3 of 3) sorted by relevance
30 u_int8_t min_code, max_code; member136 && (icmph->code < info[icmph->type].min_code in check_icmp()
1635 icmp_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp_type_code_match() argument1639 return ((test_type == 0xFF) || (type == test_type && code >= min_code && code <= max_code)) in icmp_type_code_match()
1716 icmp6_type_code_match(u_int8_t test_type, u_int8_t min_code, u_int8_t max_code, in icmp6_type_code_match() argument1720 return (type == test_type && code >= min_code && code <= max_code) in icmp6_type_code_match()