Lines Matching refs:offset
1340 u16_t offset;
1376 offset = options_idx;
1380 while((q != NULL) && (options[offset] != DHCP_OPTION_END) && (offset < offset_max)) {
1381 u8_t op = options[offset];
1385 u16_t val_offset = offset + 2;
1387 if (offset + 1 < q->len) {
1388 len = options[offset + 1];
1400 offset--;
1448 offset += len + 2;
1476 if (offset >= q->len) {
1477 offset -= q->len;
1479 if ((offset < offset_max) && offset_max) {