Searched refs:offset_max (Results 1 – 1 of 1) sorted by relevance
1341 u16_t offset_max; in dhcp_parse_reply() local1377 offset_max = options_idx_max; in dhcp_parse_reply()1380 while((q != NULL) && (options[offset] != DHCP_OPTION_END) && (offset < offset_max)) { in dhcp_parse_reply()1478 offset_max -= q->len; in dhcp_parse_reply()1479 if ((offset < offset_max) && offset_max) { in dhcp_parse_reply()