Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for WSADESCRIPTION_LEN (0.49 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	UDP_SEND_MSG_SIZE           = 2
    	UDP_RECV_MAX_COALESCED_SIZE = 3
    	UDP_CHECKSUM_COVERAGE       = 20
    
    	UDP_COALESCED_INFO = 3
    
    	SHUT_RD   = 0
    	SHUT_WR   = 1
    	SHUT_RDWR = 2
    
    	WSADESCRIPTION_LEN = 256
    	WSASYS_STATUS_LEN  = 128
    )
    
    type WSABuf struct {
    	Len uint32
    	Buf *byte
    }
    
    type WSAMsg struct {
    	Name        *syscall.RawSockaddrAny
    	Namelen     int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WOPTSCHECKED", Const, 1},
    		{"WORDSIZE", Const, 0},
    		{"WSABuf", Type, 0},
    		{"WSABuf.Buf", Field, 0},
    		{"WSABuf.Len", Field, 0},
    		{"WSACleanup", Func, 0},
    		{"WSADESCRIPTION_LEN", Const, 0},
    		{"WSAData", Type, 0},
    		{"WSAData.Description", Field, 0},
    		{"WSAData.HighVersion", Field, 0},
    		{"WSAData.MaxSockets", Field, 0},
    		{"WSAData.MaxUdpDg", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top