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

  /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)
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/
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/
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/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsock2.h     [all...]

Completed in 187 milliseconds