Searched refs:testSock (Results 1 – 2 of 2) sorted by relevance
138 int testSock = socket(AF_INET, SOCK_STREAM, 0); in HasInternetPermission() local139 if (testSock < 0 && errno == EPERM) { in HasInternetPermission()143 if (testSock > 0) { in HasInternetPermission()144 close(testSock); in HasInternetPermission()
647 int testSock = socket(AF_INET, SOCK_STREAM, 0); in HasInternetPermission() local648 if (testSock < 0 && errno == EPERM) { in HasInternetPermission()652 if (testSock > 0) { in HasInternetPermission()653 close(testSock); in HasInternetPermission()