Searched refs:cleanupIndex (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_db.c869 la->cleanupIndex = 0;
879 LIST_FOREACH_SAFE(lnk, &la->linkTableOut[la->cleanupIndex++],
885 if (la->cleanupIndex == LINK_TABLE_OUT_SIZE)
886 la->cleanupIndex = 0;
2600 la->cleanupIndex = 0;
H A Dalias_local.h107 int cleanupIndex; /* Index to chain of link table */ member in struct:libalias

Completed in 59 milliseconds