Searched refs:getLocalIpByRemoteIp (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/ |
H A D | trans_tcp_direct_wifi.c | 72 if (mgr == NULL || mgr->getLocalIpByRemoteIp == NULL) { in GetMoudleType() 77 int32_t ret = mgr->getLocalIpByRemoteIp(peerIp, myIp, sizeof(myIp)); in GetMoudleType()
|
H A D | trans_tcp_direct_p2p.c | 629 if (pManager != NULL && pManager->getLocalIpByRemoteIp != NULL) { in OnVerifyP2pRequest() 630 ret = pManager->getLocalIpByRemoteIp(peerIp, myIp, sizeof(myIp)); in OnVerifyP2pRequest()
|
H A D | trans_tcp_direct_message.c | 336 if (mgr == NULL || mgr->getLocalIpByRemoteIp == NULL) { in GetServerSideIpInfo() 341 int32_t ret = mgr->getLocalIpByRemoteIp(appInfo->peerData.addr, myIp, sizeof(myIp)); in GetServerSideIpInfo()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager.h | 65 int32_t (*getLocalIpByRemoteIp)(const char *remoteIp, char *localIp, int32_t localIpSize); member
|
H A D | wifi_direct_manager_virtual.c | 209 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
|
H A D | wifi_direct_manager.cpp | 573 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/ |
H A D | trans_channel_common.c | 177 if (mgr != NULL && mgr->getLocalIpByRemoteIp != NULL) { in FillAppInfo() 178 …int32_t ret = mgr->getLocalIpByRemoteIp(connInfo->connInfo.wlan.addr, appInfo->myData.addr, IP_LEN… in FillAppInfo()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_wifi_test.cpp | 48 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_negotiation.c | 558 TRANS_CHECK_AND_RETURN_RET_LOGE(mgr != NULL && mgr->getLocalIpByRemoteIp != NULL, in ParseRequestAppInfo() 561 ret = mgr->getLocalIpByRemoteIp(appInfo->peerData.addr, localIp, sizeof(localIp)); in ParseRequestAppInfo()
|