Lines Matching defs:flag
391 uint16_t flag = 0;
405 flag = (options_list[count].code & 0XFF00);
413 flag = (options_list[count].code & 0XFF00);
420 if (!flag || !optcode) return -1;
426 switch (flag) {
900 // adds request options using -o,-O flag to dhcp packet
1059 uint16_t flag = 0;
1099 for (count = 0, flag = 0; count < size; count++) {
1101 flag = (msgopt_list[count].code & 0XFF00);
1105 switch (flag) {