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

  /system/netd/
SecondaryTableController.h 29 static const int BASE_TABLE_NUMBER = 60;
30 static int MAX_TABLE_NUMBER = BASE_TABLE_NUMBER + INTERFACES_TRACKED;
SecondaryTableController.cpp 89 IP_PATH, action, dest, prefix, iface, tableIndex+BASE_TABLE_NUMBER);
92 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
97 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
166 action, addr, tableIndex + BASE_TABLE_NUMBER);
186 tableIndex+BASE_TABLE_NUMBER);

Completed in 602 milliseconds