Home
last modified time | relevance | path

Searched refs:offset_max (Results 1 – 1 of 1) sorted by relevance

/lib/liblwip/src/core/
Ddhcp.c1341 u16_t offset_max; in dhcp_parse_reply() local
1377 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()