Home
last modified time | relevance | path

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

/external/lib/lwip/include/lwip/
A Ddhcp.h36 struct dhcp_msg *msg_in;
47 struct dhcp_msg *msg_out; /* outgoing msg */
74 struct dhcp_msg struct
/external/lib/lwip/core/
A Ddhcp.c317 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_select()
745 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len); in dhcp_inform()
847 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_decline()
897 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_discover()
1053 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_renew()
1104 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len); in dhcp_rebind()
1354 dhcp->msg_in = (struct dhcp_msg *)p->payload; in dhcp_parse_reply()
1541 struct dhcp_msg *reply_msg = (struct dhcp_msg *)p->payload; in dhcp_recv()
1664 dhcp->p_out = pbuf_alloc(PBUF_TRANSPORT, sizeof(struct dhcp_msg), PBUF_RAM); in dhcp_create_msg()
1671 (dhcp->p_out->len >= sizeof(struct dhcp_msg))); in dhcp_create_msg()
[all …]

Completed in 7 milliseconds