Searched refs:ifc_set_addr (Results 1 - 4 of 4) sorted by relevance
/system/core/include/netutils/ |
H A D | ifc.h | 44 extern int ifc_set_addr(const char *name, in_addr_t addr);
|
/system/core/libnetutils/ |
H A D | ifc_utils.c | 230 int ifc_set_addr(const char *name, in_addr_t addr) function 239 if (DBG) printerr("ifc_set_addr(%s, xx) = %d", name, ret); 409 ifc_set_addr(name, 0); 586 ifc_set_addr(ifname, 0); 591 ifc_set_addr(ifname, 0); 680 if (ifc_set_addr(ifname, address)) {
|
H A D | dhcpclient.c | 534 if (ifc_set_addr(iname, 0)) {
|
/system/netd/server/ |
H A D | CommandListener.cpp | 355 if (ifc_set_addr(argv[2], addr.s_addr)) {
|
Completed in 8 milliseconds