Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Ddhcp.c338 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()
605 dhcp_handle_ack(struct netif *netif, struct dhcp_msg *msg_in) in dhcp_handle_ack()
839 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_inform()
954 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_decline()
1003 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_discover()
1165 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_renew()
1220 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_rebind()
1274 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_reboot()
1354 struct dhcp_msg *msg_out = (struct dhcp_msg *)p_out->payload; in dhcp_release_and_stop()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dfils_hlp.c331 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/
Dfils_hlp.c331 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/
Ddhcp.h63 struct dhcp_msg struct