HomeSort by relevance Sort by last modified time
    Searched refs:WSASocket (Results 1 - 16 of 16) sorted by null

  /prebuilts/go/darwin-x86/src/net/
hook_windows.go 18 wsaSocketFunc func(int32, int32, int32, *syscall.WSAProtocolInfo, uint32, uint32) (syscall.Handle, error) = windows.WSASocket
main_windows_test.go 22 wsaSocketFunc = sw.WSASocket
sock_windows.go 28 // for details. Just use syscall.Socket, if windows.WSASocket failed.
  /prebuilts/go/linux-x86/src/net/
hook_windows.go 18 wsaSocketFunc func(int32, int32, int32, *syscall.WSAProtocolInfo, uint32, uint32) (syscall.Handle, error) = windows.WSASocket
main_windows_test.go 22 wsaSocketFunc = sw.WSASocket
sock_windows.go 28 // for details. Just use syscall.Socket, if windows.WSASocket failed.
  /prebuilts/go/darwin-x86/src/net/internal/socktest/
sys_windows.go 44 // WSASocket wraps syscall.WSASocket.
45 func (sw *Switch) WSASocket(family, sotype, proto int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (s syscall.Handle, err error) {
57 s, so.Err = windows.WSASocket(family, sotype, proto, protinfo, group, flags)
  /prebuilts/go/linux-x86/src/net/internal/socktest/
sys_windows.go 44 // WSASocket wraps syscall.WSASocket.
45 func (sw *Switch) WSASocket(family, sotype, proto int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (s syscall.Handle, err error) {
57 s, so.Err = windows.WSASocket(family, sotype, proto, protinfo, group, flags)
  /external/webrtc/webrtc/test/channel_transport/
udp_socket2_win.cc 128 _socket = WSASocket(FROM_PROTOCOL_INFO, FROM_PROTOCOL_INFO,
148 _socket = WSASocket(AF_INET6, SOCK_DGRAM, IPPROTO_UDP, 0 , 0,
152 _socket = WSASocket(AF_INET, SOCK_DGRAM, IPPROTO_UDP, 0 , 0,
    [all...]
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
syscall_windows.go 161 //sys WSASocket(af int32, typ int32, protocol int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (handle syscall.Handle, err error) [failretval==syscall.InvalidHandle] = ws2_32.WSASocketW
zsyscall_windows.go 113 func WSASocket(af int32, typ int32, protocol int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (handle syscall.Handle, err error) {
  /prebuilts/go/linux-x86/src/internal/syscall/windows/
syscall_windows.go 161 //sys WSASocket(af int32, typ int32, protocol int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (handle syscall.Handle, err error) [failretval==syscall.InvalidHandle] = ws2_32.WSASocketW
zsyscall_windows.go 113 func WSASocket(af int32, typ int32, protocol int32, protinfo *syscall.WSAProtocolInfo, group uint32, flags uint32) (handle syscall.Handle, err error) {
  /external/webrtc/webrtc/base/
win32socketserver.cc 241 socket_ = ::WSASocket(family, type, proto, NULL, NULL, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]
  /external/python/cpython3/Modules/
socketmodule.c 556 /* Does WSASocket() support the WSA_FLAG_NO_HANDLE_INHERIT flag? */
    [all...]

Completed in 906 milliseconds