Searched refs:GetInterfaceList (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
H A D | traffic_manager.cpp | 42 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 D | sys_dev.c | 74 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 D | sys_util.h | 81 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 D | sys_dev.c | 74 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 D | sys_util.h | 58 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 D | nstackx_device_local.c | 596 int fd = GetInterfaceList(&ifc, req, sizeof(req)); in DetectLocalIface()
|