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 49 extern int ifc_set_prefixLength(const char *name, int prefixLength);
  /system/core/libnetutils/
ifc_utils.c 446 int ifc_set_prefixLength(const char *name, int prefixLength)
685 if (ifc_set_prefixLength(ifname, prefixLength)) {
  /system/netd/server/
CommandListener.cpp 362 if (addr.s_addr != 0 && ifc_set_prefixLength(argv[2], atoi(argv[4]))) {
    [all...]

Completed in 376 milliseconds