HomeSort by relevance Sort by last modified time
    Searched defs:dhcp_msg (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/ap/
fils_hlp.c 326 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,
  /system/core/libnetutils/
dhcpmsg.h 26 typedef struct dhcp_msg dhcp_msg; typedef in typeref:struct:dhcp_msg
35 struct dhcp_msg struct
101 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid);
103 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid,
  /external/syslinux/core/lwip/src/include/lwip/
dhcp.h 36 struct dhcp_msg *msg_in;
47 struct dhcp_msg *msg_out; /* outgoing msg */
74 struct dhcp_msg struct

Completed in 114 milliseconds