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

/vbox/src/VBox/Devices/Network/slirp/
H A Dmisc.c431 int fExhausted; local
434 fExhausted = (zone->cur_items == zone->max_items);
436 LogFlowFunc(("LEAVE: %RTbool\n", fExhausted));
437 return fExhausted;

Completed in 117 milliseconds