Home
last modified time | relevance | path

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

/external/libpcap/
Dsockutils.c79 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable
226 if (sockcount == 0)
242 sockcount++;
261 sockcount--;
263 if (sockcount == 0)