Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WSADESCRIPTION_LEN (0.16 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)
Back to top