Searched refs:sockcount (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dsockutils.c79 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable
196 if (sockcount == 0)
212 sockcount++;
237 sockcount--;
239 if (sockcount == 0)

Completed in 89 milliseconds