Home
last modified time | relevance | path

Searched defs:myIp (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/include/
H A Dtrans_tcp_direct_listener.h27 char myIp[IP_LEN]; member
H A Dtrans_tcp_direct_sessionconn.h63 char myIp[IP_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_json.c53 char *VerifyP2pPack(const char *myIp, int32_t myPort, const char *peerIp) in VerifyP2pPack()
H A Dtrans_tcp_direct_wifi.c70 char myIp[IP_LEN] = {0}; in GetMoudleType() local
H A Dtrans_tcp_direct_p2p.c387 static int32_t VerifyP2p(AuthHandle authHandle, const char *myIp, const char *peerIp, int32_t myPor… in VerifyP2p()
567 static void OutputAnonymizeIpAddress(const char *myIp, const char *peerIp) in OutputAnonymizeIpAddress()
576 static int32_t PackAndSendVerifyP2pRsp(const char *myIp, int32_t myPort, int64_t seq, bool isAuthLi… in PackAndSendVerifyP2pRsp()
593 static int32_t StartHmlListenerByUuid(AuthHandle authHandle, const char *myIp, int32_t *myPort) in StartHmlListenerByUuid()
620 char myIp[IP_LEN] = {0}; in OnVerifyP2pRequest() local
658 static int32_t ConnectTcpDirectPeer(const char *addr, int port, const char *myIp) in ConnectTcpDirectPeer()
H A Dtrans_tcp_direct_message.c328 char myIp[IP_LEN] = { 0 }; in GetServerSideIpInfo() local
387 char myIp[IP_LEN] = { 0 }; in NotifyChannelOpened() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_json_test.cpp88 const char *myIp = MY_IP; variable
H A Dtrans_tcp_direct_message_static_test.cpp839 char myIp[IP_LEN] = { 0 }; variable
H A Dtrans_tcp_direct_message_append_test.cpp685 char myIp[IP_LEN] = { 0 }; variable
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/tcp_direct/include/
H A Dclient_trans_tcp_direct_manager.h38 char myIp[IP_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_socket_manager.c250 static int32_t ClientTransGetTdcIp(int32_t channelId, char *myIp, int32_t ipLen) in ClientTransGetTdcIp()
266 static int32_t ClientTransGetUdpIp(int32_t channelId, char *myIp, int32_t ipLen) in ClientTransGetUdpIp()
309 char myIp[IP_LEN] = {0}; in ClientTransCheckNeedDel() local
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/adaptor/include/
H A Dclient_trans_udp_stream_interface.h56 char *myIp; member
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h50 char myIp[IP_LEN]; member
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_socket.c493 static int32_t GetIfNameByIp(const char *myIp, int32_t domain, char *ifName, int32_t ifNameMaxLen) in GetIfNameByIp()
538 void BindToInterface(const char *myIp, int32_t domain, int fd, char *ifName, int32_t ifNameMaxLen) in BindToInterface()
H A Dsoftbus_tcp_socket.c278 static int32_t OpenTcpClientSocket(const ConnectOption *option, const char *myIp, bool isNonBlock) in OpenTcpClientSocket()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dfile_adapter.c203const char *myIp, const uint8_t *key, uint32_t keyLen, DFileMsgReceiver msgReceiver, int32_t *file… in StartNStackXDFileServer()
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/mock/
H A Dtrans_tcp_direct_p2p_test_mock.cpp74 char *VerifyP2pPack(const char *myIp, int32_t myPort, const char *peerIp) in VerifyP2pPack()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_manager_test.cpp162 char myIp[IP_LEN] = { 0 }; variable
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_utils.c156 char myIp[IP_LEN] = { 0 }; in HbHasActiveHmlConnection() local
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dsoftbus_def.h164 char *myIp; member