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

/external/syslinux/core/lwip/src/include/lwip/
H A Ddhcp.h36 struct dhcp_msg *msg_in;
47 struct dhcp_msg *msg_out; /* outgoing msg */
74 struct dhcp_msg struct
/external/syslinux/core/lwip/src/core/
H A Ddhcp.c313 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
741 pbuf_realloc(dhcp.p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp.options_out_len);
843 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
893 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
1053 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
1114 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
1155 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
1202 pbuf_realloc(dhcp->p_out, sizeof(struct dhcp_msg) - DHCP_OPTIONS_LEN + dhcp->options_out_len);
1337 /* check that beginning of dhcp_msg (up to and including chaddr) is in first pbuf */
1341 dhcp->msg_in = (struct dhcp_msg *)
[all...]
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dfils_hlp.c326 struct dhcp_data *dhcp_msg; local
433 dhcp_msg = wpabuf_put(dhcp_buf, len);
434 os_memcpy(dhcp_msg, msg, len);
435 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr;
440 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0,
/external/wpa_supplicant_8/src/ap/
H A Dfils_hlp.c326 struct dhcp_data *dhcp_msg; local
433 dhcp_msg = wpabuf_put(dhcp_buf, len);
434 os_memcpy(dhcp_msg, msg, len);
435 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr;
440 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0,
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dfils_hlp.c326 struct dhcp_data *dhcp_msg; local
433 dhcp_msg = wpabuf_put(dhcp_buf, len);
434 os_memcpy(dhcp_msg, msg, len);
435 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr;
440 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0,

Completed in 104 milliseconds