Home
last modified time | relevance | path

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

/system/core/libnetutils/
Difc_utils.c198 static int ifc_set_flags(const char *name, unsigned set, unsigned clr) in ifc_set_flags() function
210 int ret = ifc_set_flags(name, IFF_UP, 0); in ifc_up()
217 int ret = ifc_set_flags(name, 0, IFF_UP); in ifc_down()