Home
last modified time | relevance | path

Searched refs:g_p2pSessionIp (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/transmission/trans_channel/tcp_direct/src/
H A Dtrans_tcp_direct_p2p.c48 static char g_p2pSessionIp[IP_LEN] = {0}; variable
144 g_p2pSessionIp[0] = '\0'; in StopP2pSessionListener()
330 if (g_p2pSessionPort > 0 && strcmp(ip, g_p2pSessionIp) != 0) { in StartP2pListener()
331 AnonymizeIp(ip, g_p2pSessionIp, g_p2pSessionPort); in StartP2pListener()
350 if (strcpy_s(g_p2pSessionIp, sizeof(g_p2pSessionIp), ip) != EOK) { in StartP2pListener()