HomeSort by: relevance | last modified time | path
    Searched defs:sockcount (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/libpcap/dist/
sockutils.c 73 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable
326 if (sockcount == 0)
339 sockcount++;
364 sockcount--;
366 if (sockcount == 0)

Completed in 20 milliseconds