Home
last modified time | relevance | path

Searched refs:GetInterfaceList (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dtraffic_manager.cpp42 std::vector<std::string> GetInterfaceList() in GetInterfaceList() function
100 std::vector<std::string> ifNameList = GetInterfaceList(); in GetAllRxTraffic()
118 std::vector<std::string> ifNameList = GetInterfaceList(); in GetAllTxTraffic()
137 std::vector<std::string> ifNameList = GetInterfaceList(); in GetInterfaceTraffic()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c74 int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size) in GetInterfaceList() function
97 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetConnectionTypeByDev()
159 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetInterfaceNameByIP()
206 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in BindToDevice()
258 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetIfBroadcastIp()
321 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetTargetInterface()
384 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in BindToTargetDev()
H A Dsys_util.h81 NSTACKX_EXPORT int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c74 int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size) in GetInterfaceList() function
97 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetConnectionTypeByDev()
159 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetInterfaceNameByIP()
210 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in BindToDevice()
265 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetIfBroadcastIp()
328 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetTargetInterface()
391 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in BindToTargetDev()
H A Dsys_util.h58 NSTACKX_EXPORT int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c596 int fd = GetInterfaceList(&ifc, req, sizeof(req)); in DetectLocalIface()