Lines Matching refs:code_max
15 uint8_t code_min, code_max;
66 && (icmpv6_codes[i].code_max
67 == icmpv6_codes[i-1].code_max))
117 code[1] = icmpv6_codes[match].code_max;
164 uint8_t code_min, uint8_t code_max,
174 && icmpv6_codes[i].code_max == code_max)
189 if (code_min == code_max)
191 else if (code_min != 0 || code_max != 0xFF)
192 printf(" codes %u-%u", code_min, code_max);