HomeSort by relevance Sort by last modified time
    Searched refs:ifc_set_prefixLength (Results 1 - 3 of 3) sorted by null

  /system/core/include/netutils/
ifc.h 45 extern int ifc_set_prefixLength(const char *name, int prefixLength);
  /system/core/libnetutils/
ifc_utils.c 442 int ifc_set_prefixLength(const char *name, int prefixLength)
804 if (ifc_set_prefixLength(ifname, prefixLength)) {
  /system/netd/
CommandListener.cpp 361 if (addr.s_addr != 0 && ifc_set_prefixLength(argv[2], atoi(argv[4]))) {
    [all...]

Completed in 31 milliseconds