Searched refs:wsaData (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c53 WSADATA wsaData; local
57 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-time.c90 WSADATA wsaData; local
94 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-eof.c90 WSADATA wsaData; local
94 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-weof.c87 WSADATA wsaData; local
91 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-dumpevents.c83 WSADATA wsaData; local
87 WSAStartup(wVersionRequested, &wsaData);
H A Dtest-changelist.c176 WSADATA wsaData; local
180 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dregress_main.c481 WSADATA wsaData; local
485 (void) WSAStartup(wVersionRequested, &wsaData);
/freebsd-current/contrib/libevent/test/
H A Dtest-init.c53 WSADATA wsaData; local
57 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-eof.c90 WSADATA wsaData; local
94 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-time.c90 WSADATA wsaData; local
94 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-weof.c87 WSADATA wsaData; local
91 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtest-dumpevents.c83 WSADATA wsaData; local
87 WSAStartup(wVersionRequested, &wsaData);
H A Dtest-changelist.c176 WSADATA wsaData; local
180 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dregress_main.c481 WSADATA wsaData; local
485 (void) WSAStartup(wVersionRequested, &wsaData);
/freebsd-current/contrib/ntp/sntp/libevent/sample/
H A Dsignal-test.c52 WSADATA wsaData; local
56 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtime-test.c76 WSADATA wsaData; local
80 (void)WSAStartup(wVersionRequested, &wsaData);
H A Dle-proxy.c221 WSADATA wsaData; local
223 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dhttps-client.c292 WSADATA wsaData; local
297 err = WSAStartup(wVersionRequested, &wsaData);
/freebsd-current/contrib/libevent/sample/
H A Dsignal-test.c52 WSADATA wsaData; local
56 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dtime-test.c76 WSADATA wsaData; local
80 (void)WSAStartup(wVersionRequested, &wsaData);
H A Dle-proxy.c221 WSADATA wsaData; local
223 (void) WSAStartup(wVersionRequested, &wsaData);
H A Dhttps-client.c292 WSADATA wsaData; local
297 err = WSAStartup(wVersionRequested, &wsaData);
/freebsd-current/contrib/tcpdump/
H A Dnetdissect.c52 WSADATA wsaData; local
59 err = WSAStartup(wVersionRequested, &wsaData);
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp85 WSADATA wsaData; local
86 int err = ::WSAStartup(wVersion, &wsaData);
88 if (wsaData.wVersion < wVersion) {
/freebsd-current/contrib/wpa/src/utils/
H A Dos_win32.c163 WSADATA wsaData; local
164 if (WSAStartup(MAKEWORD(2, 0), &wsaData)) {

Completed in 244 milliseconds

12