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

/system/core/libnetutils/
H A Dpacket.h21 int send_packet(int s, int if_index, struct dhcp_msg *msg, int size,
23 int receive_packet(int s, struct dhcp_msg *msg);
H A Ddhcpmsg.h26 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,
H A Ddhcpmsg.c24 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,
H A Ddhcpclient.c166 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info)
249 void dump_dhcp_msg(dhcp_msg *msg, int len)
344 static int send_message(int sock, int if_index, dhcp_msg *msg, int size)
353 static int is_valid_reply(dhcp_msg *msg, dhcp_msg *reply, int sz)
391 dhcp_msg discover_msg;
392 dhcp_msg request_msg;
393 dhcp_msg reply;
394 dhcp_msg *msg;
H A Dpacket.c89 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;

Completed in 86 milliseconds