-
- Downloads
- creates proper ifc.h and dhcp.h headers for libnetutils
- adds ifc_set_hwaddr - adds hwaddr command to netcfg - code reuse: dhcp_configure calls ifc_configure; inet_ntoa is used for printing - consistency: use net.XXX.dnsX properties in favor of dhcp.XXX.dnsX properties (see related change to WifiStateTracker) - updated system/core/nexus to use new headers, although not sure if anybody still uses nexus Change-Id: Idd70c0ac6e89b38e86816578c33eff805d30cac4
Showing
- include/netutils/dhcp.h 40 additions, 0 deletionsinclude/netutils/dhcp.h
- include/netutils/ifc.h 59 additions, 0 deletionsinclude/netutils/ifc.h
- libnetutils/dhcp_utils.c 14 additions, 0 deletionslibnetutils/dhcp_utils.c
- libnetutils/dhcpclient.c 11 additions, 35 deletionslibnetutils/dhcpclient.c
- libnetutils/ifc_utils.c 17 additions, 4 deletionslibnetutils/ifc_utils.c
- netcfg/netcfg.c 19 additions, 17 deletionsnetcfg/netcfg.c
- nexus/DhcpClient.cpp 3 additions, 23 deletionsnexus/DhcpClient.cpp
Loading
Please register or sign in to comment