Home
last modified time | relevance | path

Searched refs:GetInterfaces (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPManager.h56 int32 (*GetInterfaces)(ppp_interface_id *interfaces, int32 count, member
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/headers/
H A DPPPManager.h42 int32 GetInterfaces(ppp_interface_id *interfaces, int32 count,
/haiku/src/add-ons/kernel/network/ppp/ppp_manager/
H A DKPPPManager.cpp249 GetInterfaces(ppp_interface_id* interfaces, int32 count, ppp_interface_filter filter) in GetInterfaces() function
364 GetInterfaces,
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp361 *count = GetInterfaces(interfaces, requestCount, filter); in Interfaces()
380 PPPManager::GetInterfaces(ppp_interface_id *interfaces, int32 count, in GetInterfaces() function in PPPManager