Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.c75 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable
215 if (sockcount == 0) in sock_init()
231 sockcount++; in sock_init()
256 sockcount--; in sock_cleanup()
258 if (sockcount == 0) in sock_cleanup()