Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Ddhcp.c1580 u16_t options_idx; local
1607 options_idx = DHCP_OPTIONS_OFS;
1612 options_offset = options_idx;
1613 while ((q != NULL) && (options_idx >= q->len)) {
1614 options_idx = (u16_t)(options_idx - q->len);
1621 offset = options_idx;
1791 options_idx = DHCP_FILE_OFS;
1799 options_idx = DHCP_SNAME_OFS;
/third_party/lwip/src/core/ipv6/
Ddhcp6.c621 u16_t options_idx; in dhcp6_parse_reply() local
632 options_idx = sizeof(struct dhcp6_msg); in dhcp6_parse_reply()
636 offset = options_idx; in dhcp6_parse_reply()