HomeSort by relevance Sort by last modified time
    Searched full:ifc_set_flags (Results 1 - 1 of 1) sorted by null

  /system/core/libnetutils/
ifc_utils.c 108 static int ifc_set_flags(const char *name, unsigned set, unsigned clr) function
120 return ifc_set_flags(name, IFF_UP, 0);
125 return ifc_set_flags(name, 0, IFF_UP);

Completed in 23 milliseconds