Home
last modified time | relevance | path

Searched refs:GetRemoteDeviceIp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/
H A Dnstackx_device_remote.h31 const struct in_addr *GetRemoteDeviceIp(const char *deviceId);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c829 const struct in_addr *GetRemoteDeviceIp(const char *deviceId) in GetRemoteDeviceIp() function
H A Dnstackx_common.c1481 const struct in_addr *remoteIp = GetRemoteDeviceIp(msg->deviceId); in SendMsgInner()