Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ProviderReserved (0.4 sec)

  1. src/syscall/types_windows.go

    	MinSockAddr       int32
    	SocketType        int32
    	Protocol          int32
    	ProtocolMaxOffset int32
    	NetworkByteOrder  int32
    	SecurityScheme    int32
    	MessageSize       uint32
    	ProviderReserved  uint32
    	ProtocolName      [WSAPROTOCOL_LEN + 1]uint16
    }
    
    type WSAProtocolChain struct {
    	ChainLen     int32
    	ChainEntries [MAX_PROTOCOL_CHAIN]uint32
    }
    
    type TCPKeepalive struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 20 06:04:31 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	MinSockAddr       int32
    	SocketType        int32
    	Protocol          int32
    	ProtocolMaxOffset int32
    	NetworkByteOrder  int32
    	SecurityScheme    int32
    	MessageSize       uint32
    	ProviderReserved  uint32
    	ProtocolName      [WSAPROTOCOL_LEN + 1]uint16
    }
    
    type WSAProtocolChain struct {
    	ChainLen     int32
    	ChainEntries [MAX_PROTOCOL_CHAIN]uint32
    }
    
    type TCPKeepalive struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WSAProtocolInfo.ProtocolMaxOffset", Field, 2},
    		{"WSAProtocolInfo.ProtocolName", Field, 2},
    		{"WSAProtocolInfo.ProviderFlags", Field, 2},
    		{"WSAProtocolInfo.ProviderId", Field, 2},
    		{"WSAProtocolInfo.ProviderReserved", Field, 2},
    		{"WSAProtocolInfo.SecurityScheme", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags1", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags2", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags3", Field, 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)
  4. api/go1.2.txt

    pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderFlags uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderId GUID
    pkg syscall (windows-386), type WSAProtocolInfo struct, ProviderReserved uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, SecurityScheme int32
    pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags1 uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top