/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_virtual.c | 73 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 D | wifi_direct_manager.cpp | 319 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 D | wifi_direct_types.h | 91 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 D | wifi_direct_manager_test.cpp | 192 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 D | trans_udp_manager_test.cpp | 720 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 D | nstackx_device_remote.c | 41 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 D | nstackx_device.c | 120 const struct in_addr *remoteIp = &(deviceInfo->netChannelInfo.wifiApInfo.ip); in UpdateDeviceDbInDeviceList() local
|
H A D | nstackx_device_local.c | 722 CoapCtxType *LocalIfaceGetCoapCtxByRemoteIp(const struct in_addr *remoteIp, uint8_t serverType) in LocalIfaceGetCoapCtxByRemoteIp()
|
H A D | nstackx_common.c | 1481 const struct in_addr *remoteIp = GetRemoteDeviceIp(msg->deviceId); in SendMsgInner() local
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/ |
H A D | auth_negotiate_channel.h | 47 std::string remoteIp; member
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/mini_discover/ |
H A D | coap_discover.c | 90 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 D | coap_app.c | 48 const char *remoteIp; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_tcp_connection_test.cpp | 293 const char *remoteIp = "192.168.11.33"; variable
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_netfirewall_test/ |
H A D | netsys_netfirewall_test.cpp | 48 std::vector<NetFirewallIpParam> remoteIp; in GeIpFirewallRule() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/mini_discover/ |
H A D | coap_adapter.h | 49 char *remoteIp; member
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/ |
H A D | trans_tcp_direct_message_test_mock.cpp | 85 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 D | trans_tcp_direct_wifi_test.cpp | 55 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 D | inner_link.cpp | 347 std::string remoteIp; in GenerateLink() local
|
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/udp_negotiation/src/ |
H A D | trans_udp_channel_manager.c | 702 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 D | trans_tcp_direct_sessionconn.c | 420 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 D | p2p_v1_processor.cpp | 823 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 D | netfirewall_parcel.h | 243 std::string remoteIp; // Remote IP member
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 648 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 D | nstackx.h | 476 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 D | coap_discover.c | 944 int32_t CoapSendServiceMsg(MsgCtx *msgCtx, const char *remoteIpStr, const struct in_addr *remoteIp)
|