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 142 snprintf(tableIndex_str, sizeof(tableIndex_str), "%d", tableIndex + BASE_TABLE_NUMBER);
174 IP_PATH, action, dest, prefix, gateway, iface, tableIndex+BASE_TABLE_NUMBER);
252 BASE_TABLE_NUMBER);
282 BASE_TABLE_NUMBER);
317 int mark = tableIndex + BASE_TABLE_NUMBER;
548 int mark = tableIndex + BASE_TABLE_NUMBER;
584 int mark = tableIndex + BASE_TABLE_NUMBER;

Completed in 34 milliseconds