/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_test.cpp | 194 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 D | dhcp_argument_test.cpp | 38 std::string localIp = "192.168.62.1"; variable
|
H A D | dhcp_dhcpd_test.cpp | 53 std::string localIp = "192.77.1.232"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/ |
H A D | wifi_direct_manager_virtual.c | 65 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 D | wifi_direct_manager.cpp | 294 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 D | wifi_direct_types.h | 90 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 D | auth_tcp_connection_test.cpp | 259 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 D | trans_udp_manager_test.cpp | 719 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 D | trans_link_listener.c | 45 const char *localIp) in OnWifiDirectDeviceOffLine()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/manager/trans_link_listener_test/ |
H A D | trans_link_listener_test.cpp | 71 const char *localIp = "172.30."; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_tcp_connection.c | 372 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 D | bus_center_sdk_test.cpp | 448 char localIp[IP_LEN] = {0}; variable 534 char localIp[IP_LEN] = {0}; variable
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_argument.cpp | 279 const std::string& localIp) in ParseArguments()
|
H A D | dhcp_dhcpd.cpp | 352 const std::string& localIp) in StartDhcpServerMain()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/include/ |
H A D | lnn_lane_def.h | 70 char localIp[IP_LEN]; member
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane.c | 505 static int32_t GetWifiDirectMacInfo(char *localIp, LnnMacInfo *macInfo) in GetWifiDirectMacInfo() 559 char localIp[IP_LEN] = {0}; in GetMacInfoByLaneId() local
|
H A D | lnn_lane_reliability.c | 90 char localIp[IP_LEN] = {0}; in ClientConnectTcp() local
|
/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/core/bus_center/lnn/net_buscenter/src/ |
H A D | lnn_ip_network_impl.c | 144 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 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/tests/core/bus_center/lnn/lane_listener/ |
H A D | lnn_lane_listener_test.cpp | 644 const char *localIp = "192.168.33.33"; variable
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_processor.cpp | 723 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 D | auth_negotiate_channel.cpp | 305 AuthLinkType type, const std::string &localIp, int port) in StartListening()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_dev.c | 319 uint32_t localIp; in GetTargetInterface() local
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/ |
H A D | sys_dev.c | 326 uint32_t localIp; in GetTargetInterface() local
|