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

/haiku/headers/os/net/
H A DNetworkRoster.h22 size_t CountInterfaces() const;
/haiku/src/kits/device/
H A DUSBConfiguration.cpp93 BUSBConfiguration::CountInterfaces() const function in class:BUSBConfiguration
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h48 int32 CountInterfaces(ppp_interface_filter filter =
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h59 int32 (*CountInterfaces)(ppp_interface_filter filter); member in struct:ppp_interface_module_info
/haiku/src/add-ons/network_settings/dialup/
H A DDialUpView.h59 int32 CountInterfaces() const;
H A DDialUpView.cpp262 if(!item || index >= CountInterfaces())
739 if(index > CountInterfaces())
740 index = CountInterfaces();
760 if(index >= CountInterfaces() || index < 0) {
761 if(CountInterfaces() > 0)
793 DialUpView::CountInterfaces() const function in class:DialUpView
802 if(fTabView->IsHidden() && CountInterfaces() > 0) {
808 } else if(!fTabView->IsHidden() && CountInterfaces() == 0) {
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp271 CountInterfaces(ppp_interface_filter filter) function
365 CountInterfaces,
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp349 requestCount = *count = CountInterfaces(filter);
551 PPPManager::CountInterfaces(ppp_interface_filter filter) const function in class:PPPManager
/haiku/src/add-ons/print/transports/usb_port/
H A DUSBTransport.cpp116 && idx < config->CountInterfaces(); idx++) {
/haiku/headers/os/device/
H A DUSBKit.h167 providing CountInterfaces() and InterfaceAt() to retrieve BUSBInterface
184 // With CountInterfaces() and InterfaceAt() you can iterate through
189 uint32 CountInterfaces() const;
/haiku/src/kits/network/libnetapi/
H A DNetworkRoster.cpp38 BNetworkRoster::CountInterfaces() const function in class:BNetworkRoster
/haiku/src/bin/listusb/
H A Dlistusb.cpp147 for (uint32 i = 0; i < configuration->CountInterfaces(); i++) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.cpp705 for (uint32 k = 0; !supported && k < cfg->CountInterfaces(); k++) {
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/uvc/
H A DUVCCamDevice.cpp89 for (uint32 j = 0; j < config->CountInterfaces(); j++) {
970 for (uint32 j = 0; j < config->CountInterfaces(); j++) {

Completed in 86 milliseconds