Home
last modified time | relevance | path

Searched refs:ifc_up (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/libnetutils/include/netutils/
H A Difc.h32 extern int ifc_up(const char *name);
/aosp14/system/core/libnetutils/
H A Difc_utils.c216 int ifc_up(const char *name) in ifc_up() function
597 result = ifc_up(ifname); in ifc_enable()
700 if (ifc_up(ifname)) { in ifc_configure()
H A Ddhcpclient.c537 if (ifc_up(iname)) { in do_dhcp()