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

  /system/core/libnetutils/
packet.h 21 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size,
23 int receive_packet(int s, struct dhcp_msg *msg);
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,
dhcpmsg.c 24 static void *init_dhcp_msg(dhcp_msg *msg, int type, void *hwaddr, uint32_t xid)
28 memset(msg, 0, sizeof(dhcp_msg));
55 int init_dhcp_discover_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid)
73 int init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid,
dhcpclient.c 164 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info)
247 void dump_dhcp_msg(dhcp_msg *msg, int len)
342 static int send_message(int sock, int if_index, dhcp_msg *msg, int size)
351 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz)
389 dhcp_msg discover_msg;
390 dhcp_msg request_msg;
391 dhcp_msg reply;
392 dhcp_msg *msg;
packet.c 89 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size,
156 int receive_packet(int s, struct dhcp_msg *msg)
163 struct dhcp_msg dhcp;
  /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
  /external/syslinux/core/lwip/src/core/
dhcp.c 313 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);
    [all...]
  /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,

Completed in 1016 milliseconds