Searched refs:g_p2pSessionIp (Results 1 – 1 of 1) sorted by relevance
48 static char g_p2pSessionIp[IP_LEN] = {0}; variable144 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()