OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifc_set_addr
(Results
1 - 4
of
4
) sorted by null
/system/core/include/netutils/
ifc.h
43
extern int
ifc_set_addr
(const char *name, in_addr_t addr);
/system/core/libnetutils/
ifc_utils.c
225
int
ifc_set_addr
(const char *name, in_addr_t addr)
function
234
if (DBG) printerr("
ifc_set_addr
(%s, xx) = %d", name, ret);
404
ifc_set_addr
(name, 0);
590
ifc_set_addr
(ifname, 0);
595
ifc_set_addr
(ifname, 0);
794
if (
ifc_set_addr
(ifname, address)) {
dhcpclient.c
532
if (
ifc_set_addr
(iname, 0)) {
/system/netd/
CommandListener.cpp
373
if (
ifc_set_addr
(argv[2], addr.s_addr)) {
[
all
...]
Completed in 870 milliseconds