Home
last modified time | relevance | path

Searched refs:ifc (Results 1 - 5 of 5) sorted by relevance

/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() argument
80 ifc->ifc_len = (int32_t)size; in GetInterfaceList()
81 ifc->ifc_buf = (char*)buf; in GetInterfaceList()
82 if (ioctl(fd, SIOCGIFCONF, (char*)ifc) < 0) { in GetInterfaceList()
93 struct ifconf ifc; in GetConnectionTypeByDev() local
97 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetConnectionTypeByDev()
104 int32_t interfaceNum = (int32_t)(ifc.ifc_len / ifreqLen); in GetConnectionTypeByDev()
133 static int32_t FindDevByInterfaceIP(int32_t fd, struct ifconf ifc, struct ifreq buf[], uint32_t sourceIP) in FindDevByInterfaceIP() argument
137 int32_t interfaceNum = (int32_t)(ifc.ifc_len / ifreqLen); in FindDevByInterfaceIP()
156 struct ifconf ifc; in GetInterfaceNameByIP() local
202 struct ifconf ifc; BindToDevice() local
251 struct ifconf ifc; GetIfBroadcastIp() local
318 struct ifconf ifc; GetTargetInterface() local
382 struct ifconf ifc; BindToTargetDev() local
[all...]
H A Dsys_util.h81 NSTACKX_EXPORT int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size);
/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() argument
80 ifc->ifc_len = (int32_t)size; in GetInterfaceList()
81 ifc->ifc_buf = (char*)buf; in GetInterfaceList()
82 if (ioctl(fd, SIOCGIFCONF, (char*)ifc) < 0) { in GetInterfaceList()
93 struct ifconf ifc; in GetConnectionTypeByDev() local
97 int32_t fd = GetInterfaceList(&ifc, buf, sizeof(buf)); in GetConnectionTypeByDev()
104 int32_t interfaceNum = (int32_t)(ifc.ifc_len / ifreqLen); in GetConnectionTypeByDev()
133 static int32_t FindDevByInterfaceIP(int32_t fd, struct ifconf ifc, struct ifreq buf[], uint32_t sourceIP) in FindDevByInterfaceIP() argument
137 int32_t interfaceNum = (int32_t)(ifc.ifc_len / ifreqLen); in FindDevByInterfaceIP()
156 struct ifconf ifc; in GetInterfaceNameByIP() local
202 struct ifconf ifc; BindToDevice() local
258 struct ifconf ifc; GetIfBroadcastIp() local
325 struct ifconf ifc; GetTargetInterface() local
389 struct ifconf ifc; BindToTargetDev() local
[all...]
H A Dsys_util.h58 NSTACKX_EXPORT int32_t GetInterfaceList(struct ifconf *ifc, struct ifreq *buf, uint32_t size);
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c587 struct ifconf ifc; in DetectLocalIface() local
589 int fd = GetInterfaceList(&ifc, req, sizeof(req)); in DetectLocalIface()
595 int interfaceNum = ifc.ifc_len / (int)sizeof(struct ifreq); in DetectLocalIface()

Completed in 3 milliseconds