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 31 static const int BASE_TABLE_NUMBER = 60;
32 static int MAX_TABLE_NUMBER = BASE_TABLE_NUMBER + INTERFACES_TRACKED;
SecondaryTableController.cpp 132 snprintf(tableIndex_str, sizeof(tableIndex_str), "%d", tableIndex + BASE_TABLE_NUMBER);
164 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
242 BASE_TABLE_NUMBER);
272 BASE_TABLE_NUMBER);
307 int mark = tableIndex + BASE_TABLE_NUMBER;
469 int mark = tableIndex + BASE_TABLE_NUMBER;
506 int mark = tableIndex + BASE_TABLE_NUMBER;

Completed in 120 milliseconds