Searched refs:options_in_len (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/include/lwip/lwip/
H A Ddhcp.h41 u16_t options_in_len; member in struct:dhcp
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Ddhcp.c1392 dhcp->options_in_len =
1394 dhcp->options_in = mem_malloc(dhcp->options_in_len);
1423 pbuf_copy_partial(dhcp->p, dhcp->options_in, dhcp->options_in_len,
1425 LWIP_ASSERT("ret == dhcp->options_in_len", ret == dhcp->options_in_len);
1428 " bytes to dhcp->options_in[]\n", dhcp->options_in_len));
1448 dhcp->options_in_len = 0;
1737 if ((dhcp->options_in != NULL) && (dhcp->options_in_len > 0)) {
1743 while ((offset < dhcp->options_in_len)

Completed in 56 milliseconds