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

/system/core/libnetutils/
H A Ddhcpclient.c98 typedef struct dhcp_info dhcp_info; typedef in typeref:struct:dhcp_info
100 struct dhcp_info { struct
114 dhcp_info last_good_info;
129 static int dhcp_configure(const char *ifname, dhcp_info *info)
151 void dump_dhcp_info(dhcp_info *info)
166 int decode_dhcp_msg(dhcp_msg *msg, int len, dhcp_info *info)
172 memset(info, 0, sizeof(dhcp_info));
395 dhcp_info info;

Completed in 23 milliseconds