Searched refs:sockcount (Results 1 – 2 of 2) sorted by relevance
73 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable326 if (sockcount == 0) in sock_init()339 sockcount++; in sock_init()364 sockcount--; in sock_cleanup()366 if (sockcount == 0) in sock_cleanup()
3095 SYSCTL_UINT(_net_local, OID_AUTO, sockcount, CTLFLAG_RD, &unp_count, 0,