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

  /system/netd/server/
RouteController.h 55 static uint32_t getIfIndex(const char* interface);
NetworkController.cpp 505 int ifIndex = RouteController::getIfIndex(interface);
RouteController.cpp 157 uint32_t RouteController::getIfIndex(const char* interface) {
162 ALOGE("getIfIndex: cannot find interface %s", interface);
    [all...]

Completed in 101 milliseconds