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

/barrelfish-master/lib/lwip/src/core/
H A Ddhcp.c122 static err_t dhcp_unfold_reply(struct dhcp *dhcp);
1380 static err_t dhcp_unfold_reply(struct dhcp *dhcp) function
1397 ("dhcp_unfold_reply(): could not allocate dhcp->options\n"));
1404 ("dhcp_unfold_reply(): could not allocate dhcp->msg_in\n"));
1417 ("dhcp_unfold_reply(): copied %zu bytes into dhcp->msg_in[]\n",
1427 ("dhcp_unfold_reply(): copied %" U16_F
1510 if (dhcp_unfold_reply(dhcp) != ERR_OK) {

Completed in 29 milliseconds