Home
last modified time | relevance | path

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 Dtrans_tcp_direct_wifi.c72 if (mgr == NULL || mgr->getLocalIpByRemoteIp == NULL) { in GetMoudleType()
77 int32_t ret = mgr->getLocalIpByRemoteIp(peerIp, myIp, sizeof(myIp)); in GetMoudleType()
H A Dtrans_tcp_direct_p2p.c629 if (pManager != NULL && pManager->getLocalIpByRemoteIp != NULL) { in OnVerifyP2pRequest()
630 ret = pManager->getLocalIpByRemoteIp(peerIp, myIp, sizeof(myIp)); in OnVerifyP2pRequest()
H A Dtrans_tcp_direct_message.c336 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 Dwifi_direct_manager.h65 int32_t (*getLocalIpByRemoteIp)(const char *remoteIp, char *localIp, int32_t localIpSize); member
H A Dwifi_direct_manager_virtual.c209 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
H A Dwifi_direct_manager.cpp573 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/common/src/
H A Dtrans_channel_common.c177 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 Dtrans_tcp_direct_wifi_test.cpp48 .getLocalIpByRemoteIp = GetLocalIpByRemoteIp,
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_negotiation.c558 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()