CountInterfaces
uint32 CountInterfaces() const;
size_t CountInterfaces() const;
CountInterfaces,
int32 (*CountInterfaces)(ppp_interface_filter filter);
requestCount = *count = CountInterfaces(filter);
int32 CountInterfaces(ppp_interface_filter filter =
for (uint32 k = 0; !supported && k < cfg->CountInterfaces(); k++) {
for (uint32 j = 0; j < config->CountInterfaces(); j++) {
for (uint32 j = 0; j < config->CountInterfaces(); j++) {
if(!item || index >= CountInterfaces())
if(index > CountInterfaces())
index = CountInterfaces();
if(index >= CountInterfaces() || index < 0) {
if(CountInterfaces() > 0)
if(fTabView->IsHidden() && CountInterfaces() > 0) {
} else if(!fTabView->IsHidden() && CountInterfaces() == 0) {
int32 CountInterfaces() const;
&& idx < config->CountInterfaces(); idx++) {
for (uint32 i = 0; i < configuration->CountInterfaces(); i++) {