Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dsockutils.c73 static int sockcount = 0; /*!< Variable that allows calling the WSAStartup() only one time */ variable
326 if (sockcount == 0) in sock_init()
339 sockcount++; in sock_init()
364 sockcount--; in sock_cleanup()
366 if (sockcount == 0) in sock_cleanup()
/freebsd/sys/kern/
H A Duipc_usrreq.c3095 SYSCTL_UINT(_net_local, OID_AUTO, sockcount, CTLFLAG_RD, &unp_count, 0,