Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for WSAIoctl (0.28 sec)

  1. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WSAData.Version", Field, 0},
    		{"WSAEACCES", Const, 2},
    		{"WSAECONNABORTED", Const, 9},
    		{"WSAECONNRESET", Const, 3},
    		{"WSAEnumProtocols", Func, 2},
    		{"WSAID_CONNECTEX", Var, 1},
    		{"WSAIoctl", Func, 0},
    		{"WSAPROTOCOL_LEN", Const, 2},
    		{"WSAProtocolChain", Type, 2},
    		{"WSAProtocolChain.ChainEntries", Field, 2},
    		{"WSAProtocolChain.ChainLen", Field, 2},
    		{"WSAProtocolInfo", Type, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (windows-386), func VirtualLock(uintptr, uintptr) error
    pkg syscall (windows-386), func VirtualUnlock(uintptr, uintptr) error
    pkg syscall (windows-386), func WSACleanup() error
    pkg syscall (windows-386), func WSAIoctl(Handle, uint32, *uint8, uint32, *uint8, uint32, *uint32, *Overlapped, uintptr) error
    pkg syscall (windows-386), func WSARecv(Handle, *WSABuf, uint32, *uint32, *uint32, *Overlapped, *uint8) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top