Searched refs:netstatget (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/rand/
H A Drand_win.c204 NETSTATGET netstatget = 0; local
256 netstatget = (NETSTATGET) GetProcAddress(netapi,"NetStatisticsGet");
260 if (netstatget && netfree)
269 if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
274 if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drand_win.c246 NETSTATGET netstatget = NULL; local
252 netstatget = (NETSTATGET) GetProcAddress(netapi,"NetStatisticsGet");
256 if (netstatget && netfree)
265 if (netstatget(NULL, L"LanmanWorkstation", 0, 0, &outbuf) == 0)
270 if (netstatget(NULL, L"LanmanServer", 0, 0, &outbuf) == 0)

Completed in 36 milliseconds