Home | History | Annotate | Download | only in extensions

Lines Matching full:code_max

16 	uint8_t code_min, code_max;
70 && (icmpv6_codes[i].code_max
71 == icmpv6_codes[i-1].code_max))
121 code[1] = icmpv6_codes[match].code_max;
168 uint8_t code_min, uint8_t code_max,
178 && icmpv6_codes[i].code_max == code_max)
193 if (code_min == code_max)
195 else if (code_min != 0 || code_max != 0xFF)
196 printf(" codes %u-%u", code_min, code_max);
246 unsigned int code_max)
251 if (code_min == code_max)
262 icmpv6_codes[i].code_max == code_max)