Searched refs:WSASocket (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/NetworkServices/NAT/
H A DRTWinSocketPair.cpp78 listener = WSASocket(domain, type, protocol, 0, NULL, 0);
114 socket_vector[0] = WSASocket(domain, type, protocol, 0, NULL, 0);
135 socket_vector[0] = WSASocket(domain, type, protocol, 0, NULL, 0);
149 socket_vector[1] = WSASocket(domain, type, protocol, 0, NULL, 0);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock2.h674 #define WSASocket WINELIB_NAME_AW(WSASocket) macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock2.h642 #define WSASocket WINELIB_NAME_AW(WSASocket) macro
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceVMInfo.cpp946 SOCKET sd = WSASocket(AF_INET, SOCK_DGRAM, 0, 0, 0, 0);

Completed in 73 milliseconds