Home
last modified time | relevance | path

Searched defs:remoteIp (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_virtual.c73 static int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp()
81 static int32_t GetRemoteUuidByIp(const char *remoteIp, char *uuid, int32_t uuidSize) in GetRemoteUuidByIp()
95 static void NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool … in NotifyOnline()
103 static void NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, cons… in NotifyOffline()
H A Dwifi_direct_manager.cpp319 static int32_t GetLocalIpByRemoteIpOnce(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIpOnce()
352 static int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp()
367 static int32_t GetRemoteUuidByIp(const char *remoteIp, char *uuid, int32_t uuidSize) in GetRemoteUuidByIp()
420 static void NotifyOnline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool … in NotifyOnline()
433 static void NotifyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, cons… in NotifyOffline()
H A Dwifi_direct_types.h91 char remoteIp[IP_STR_MAX_LEN]; member
106 char remoteIp[IP_STR_MAX_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp192 std::string remoteIp("172.30.1.2"); variable
231 std::string remoteIp("172.30.1.2"); variable
256 std::string remoteIp("172.30.1.2"); variable
316 std::string remoteIp("170.30.1.2"); variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp720 char remoteIp[IP_LEN] = { 0 }; variable
772 char remoteIp[IP_LEN] = { 0 }; variable
895 char remoteIp[IP_LEN] = { 0 }; variable
916 char remoteIp[IP_LEN] = { 0 }; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c41 struct in_addr remoteIp; member
208 static RemoteNode *FindRemoteNodeByRemoteIp(const RxIface* rxIface, const struct in_addr *remoteIp) in FindRemoteNodeByRemoteIp()
274 static RemoteNode *CreateRemoteNode(RxIface *rxIface, const struct in_addr *remoteIp, const DeviceI… in CreateRemoteNode()
601 const struct in_addr *remoteIp, const DeviceInfo *deviceInfo) in CheckAndCreateRemoteNode()
624 const struct in_addr *remoteIp, const DeviceInfo *deviceInfo, int8_t *updated) in UpdateRemoteNodeByDeviceInfo()
831 const struct in_addr *remoteIp; in GetRemoteDeviceIp() local
H A Dnstackx_device.c120 const struct in_addr *remoteIp = &(deviceInfo->netChannelInfo.wifiApInfo.ip); in UpdateDeviceDbInDeviceList() local
H A Dnstackx_device_local.c722 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType) in LocalIfaceGetCoapCtxByRemoteIp()
H A Dnstackx_common.c1481 const struct in_addr *remoteIp = GetRemoteDeviceIp(msg->deviceId); in SendMsgInner() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.h47 std::string remoteIp; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/
H A Dcoap_discover.c90 static void GetBuildCoapParam(const CoapPacket *pkt, const char *remoteUrl, const char *remoteIp, C… in GetBuildCoapParam()
106 static int32_t CreateUnicastCoapParam(const char *remoteUrl, const char *remoteIp, CoapBuildParam *… in CreateUnicastCoapParam()
H A Dcoap_app.c48 const char *remoteIp; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp293 const char *remoteIp = "192.168.11.33"; variable
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/
H A Dnetsys_netfirewall_test.cpp48 std::vector<NetFirewallIpParam> remoteIp; in GeIpFirewallRule() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/
H A Dcoap_adapter.h49 char *remoteIp; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_message_test_mock.cpp85 int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp()
125 int32_t GetRemoteUuidByIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetRemoteUuidByIp()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_wifi_test.cpp55 int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dinner_link.cpp347 std::string remoteIp; in GenerateLink() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/
H A Dtrans_udp_channel_manager.c702 int32_t TransUdpGetIpAndConnectTypeById(int32_t channelId, char *localIp, char *remoteIp, uint32_t … in TransUdpGetIpAndConnectTypeById()
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_sessionconn.c420 int32_t TransTdcGetIpAndConnectTypeById(int32_t channelId, char *localIp, char *remoteIp, uint32_t … in TransTdcGetIpAndConnectTypeById()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp823 std::string remoteIp; in ProcessConnectRequestAsGo() local
1580 std::string remoteIp; in CreateGroup() local
1653 std::string remoteIp = msg.GetLegacyP2pGoIp(); in ConnectGroup() local
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Dnetfirewall_parcel.h243 std::string remoteIp; // Remote IP member
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c648 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port) in AuthOpenChannelWithAllIp()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/interface/
H A Dnstackx.h476 char remoteIp[NSTACKX_MAX_IP_STRING_LEN]; /* ip of remote device */ member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c944 int32_t CoapSendServiceMsg(MsgCtx *msgCtx, const char *remoteIpStr, const struct in_addr *remoteIp)