Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp194 char localIp[IP_LEN] = { 0 }; variable
232 char localIp[IP_LEN] = { 0 }; variable
257 char localIp[IP_LEN] = { 0 }; variable
286 std::string localIp("172.30.1.2"); variable
319 std::string localIp("170.30.1.1"); variable
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_argument_test.cpp38 std::string localIp = "192.168.62.1"; variable
H A Ddhcp_dhcpd_test.cpp53 std::string localIp = "192.77.1.232"; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_virtual.c65 static int32_t GetLocalIpByUuid(const char *uuid, char *localIp, int32_t localIpSize) in GetLocalIpByUuid()
73 static int32_t GetLocalIpByRemoteIp(const char *remoteIp, char *localIp, int32_t localIpSize) in GetLocalIpByRemoteIp()
103 …fyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, const char *localIp) in NotifyOffline()
H A Dwifi_direct_manager.cpp294 static int32_t GetLocalIpByUuid(const char *uuid, char *localIp, int32_t localIpSize) in GetLocalIpByUuid()
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()
391 static int32_t GetLocalAndRemoteMacByLocalIp(const char *localIp, char *localMac, size_t localMacSi… in GetLocalAndRemoteMacByLocalIp()
433 …fyOffline(const char *remoteMac, const char *remoteIp, const char *remoteUuid, const char *localIp) in NotifyOffline()
H A Dwifi_direct_types.h90 char localIp[IP_STR_MAX_LEN]; member
105 char localIp[IP_STR_MAX_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_tcp_connection_test.cpp259 const char *localIp = "192.168.11.22"; variable
292 const char *localIp = "192.168.11.22"; variable
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_manager_test.cpp719 char localIp[IP_LEN] = { 0 }; variable
771 char localIp[IP_LEN] = { 0 }; variable
894 char localIp[IP_LEN] = { 0 }; variable
915 char localIp[IP_LEN] = { 0 }; variable
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H A Dtrans_link_listener.c45 const char *localIp) in OnWifiDirectDeviceOffLine()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_link_listener_test/
H A Dtrans_link_listener_test.cpp71 const char *localIp = "172.30."; variable
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_tcp_connection.c372 static int32_t SocketConnectInner(const char *localIp, const char *peerIp, int32_t port, ListenerMo… in SocketConnectInner()
414 int32_t SocketConnectDeviceWithAllIp(const char *localIp, const char *peerIp, int32_t port, bool is… in SocketConnectDeviceWithAllIp()
422 char localIp[MAX_ADDR_LEN] = {0}; in SocketConnectDevice() local
648 int32_t AuthOpenChannelWithAllIp(const char *localIp, const char *remoteIp, int32_t port) in AuthOpenChannelWithAllIp()
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dbus_center_sdk_test.cpp448 char localIp[IP_LEN] = {0}; variable
534 char localIp[IP_LEN] = {0}; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_argument.cpp279 const std::string& localIp) in ParseArguments()
H A Ddhcp_dhcpd.cpp352 const std::string& localIp) in StartDhcpServerMain()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/
H A Dlnn_lane_def.h70 char localIp[IP_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane.c505 static int32_t GetWifiDirectMacInfo(char *localIp, LnnMacInfo *macInfo) in GetWifiDirectMacInfo()
559 char localIp[IP_LEN] = {0}; in GetMacInfoByLaneId() local
H A Dlnn_lane_reliability.c90 char localIp[IP_LEN] = {0}; in ClientConnectTcp() local
/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/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c144 char localIp[MAX_ADDR_LEN] = {0}; in OpenAuthPort() local
623 char localIp[MAX_ADDR_LEN] = {0}; in IsValidLocalIp() local
/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/tests/core/bus_center/lnn/lane_listener/
H A Dlnn_lane_listener_test.cpp644 const char *localIp = "192.168.33.33"; variable
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/
H A Dp2p_v1_processor.cpp723 std::string localIp; in CreateLinkAsGo() local
834 std::string localIp; in ProcessConnectRequestAsGo() local
1586 std::string localIp; in CreateGroup() local
1616 std::string localIp; in UpdateWhenConnectSuccess() local
1811 int P2pV1Processor::StartAuthListening(const std::string &localIp) in StartAuthListening()
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/channel/
H A Dauth_negotiate_channel.cpp305 AuthLinkType type, const std::string &localIp, int port) in StartListening()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c319 uint32_t localIp; in GetTargetInterface() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c326 uint32_t localIp; in GetTargetInterface() local

12