Searched refs:dhcp_msg (Results 1 - 4 of 4) sorted by relevance
/third_party/lwip/src/core/ipv4/ |
H A D | dhcp.c | 338 dhcp_handle_offer(struct netif *netif, struct dhcp_msg *msg_in) in dhcp_handle_offer() 391 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_select() 672 dhcp_handle_ack(struct netif *netif, struct dhcp_msg *msg_in) 906 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; 1021 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; 1070 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_ou [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | fils_hlp.c | 331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local 438 dhcp_msg = wpabuf_put(dhcp_buf, len); in fils_process_hlp_dhcp() 439 os_memcpy(dhcp_msg, msg, len); in fils_process_hlp_dhcp() 440 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr; in fils_process_hlp_dhcp() 445 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0, in fils_process_hlp_dhcp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | fils_hlp.c | 331 struct dhcp_data *dhcp_msg; in fils_process_hlp_dhcp() local 438 dhcp_msg = wpabuf_put(dhcp_buf, len); in fils_process_hlp_dhcp() 439 os_memcpy(dhcp_msg, msg, len); in fils_process_hlp_dhcp() 440 dhcp_msg->relay_ip = hapd->conf->own_ip_addr.u.v4.s_addr; in fils_process_hlp_dhcp() 445 res = sendto(hapd->dhcp_sock, dhcp_msg, len, 0, in fils_process_hlp_dhcp()
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | dhcp.h | 63 struct dhcp_msg struct
|
Completed in 5 milliseconds