Searched refs:GetInterfaceIP (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_dev.c | 64 int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface) in GetInterfaceIP() function 113 int32_t state = GetInterfaceIP(fd, &buf[i]); in GetConnectionTypeByDev() 140 int32_t state = GetInterfaceIP(fd, &buf[i]); in FindDevByInterfaceIP() 218 int32_t state = GetInterfaceIP(fd, &buf[i]); in BindToDevice() 332 int32_t state = GetInterfaceIP(fd, &buf[i]); in GetTargetInterface() 392 int32_t state = GetInterfaceIP(fd, &buf[i]); in BindToTargetDev()
|
H A D | sys_util.h | 82 NSTACKX_EXPORT int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_dev.c | 64 int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface) in GetInterfaceIP() function 113 int32_t state = GetInterfaceIP(fd, &buf[i]); in GetConnectionTypeByDev() 140 int32_t state = GetInterfaceIP(fd, &buf[i]); in FindDevByInterfaceIP() 223 int32_t state = GetInterfaceIP(fd, &buf[i]); in BindToDevice() 339 int32_t state = GetInterfaceIP(fd, &buf[i]); in GetTargetInterface() 399 int32_t state = GetInterfaceIP(fd, &buf[i]); in BindToTargetDev()
|
H A D | sys_util.h | 59 NSTACKX_EXPORT int32_t GetInterfaceIP(int32_t fd, struct ifreq *interface);
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | nstackx_device_local.c | 605 int state = GetInterfaceIP(fd, &req[i]); in DetectLocalIface()
|