Searched refs:WSAStartup (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.hpp149 static BOOL WSAStartup(WORD, LPWSADATA);
H A Dos_windows.cpp4946 if (os::WinSock2Dll::WSAStartup(MAKEWORD(1,1), &wsadata) != 0) {
5263 inline BOOL os::WinSock2Dll::WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) { function in class:os::WinSock2Dll
5264 return ::WSAStartup(wVersionRequested, lpWSAData);
5456 _WSAStartup = (WSAStartup_Fn)::GetProcAddress(handle, "WSAStartup");
5464 BOOL os::WinSock2Dll::WSAStartup(WORD wVersionRequested, LPWSADATA lpWSAData) { function in class:os::WinSock2Dll
/openjdk7/jdk/src/windows/demo/jvmti/hprof/
H A Dhprof_md.c233 nError = WSAStartup(MAKEWORD(2,0), &wsaData);
/openjdk7/jdk/src/windows/transport/socket/
H A Dsocket_md.c81 { WSANOTINITIALISED, "Successful WSAStartup not yet performed" },
102 if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {
/openjdk7/jdk/src/windows/native/java/net/
H A Dnet_util_md.c93 { WSANOTINITIALISED, 0, "Successful WSAStartup not yet performed" },
113 if (WSAStartup(MAKEWORD(2,2), &wsadata) != 0) {

Completed in 46 milliseconds