Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for MaxSockAddr (0.27 sec)

  1. src/syscall/types_windows.go

    	ServiceFlags4     uint32
    	ProviderFlags     uint32
    	ProviderId        GUID
    	CatalogEntryId    uint32
    	ProtocolChain     WSAProtocolChain
    	Version           int32
    	AddressFamily     int32
    	MaxSockAddr       int32
    	MinSockAddr       int32
    	SocketType        int32
    	Protocol          int32
    	ProtocolMaxOffset int32
    	NetworkByteOrder  int32
    	SecurityScheme    int32
    	MessageSize       uint32
    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

    	ServiceFlags4     uint32
    	ProviderFlags     uint32
    	ProviderId        GUID
    	CatalogEntryId    uint32
    	ProtocolChain     WSAProtocolChain
    	Version           int32
    	AddressFamily     int32
    	MaxSockAddr       int32
    	MinSockAddr       int32
    	SocketType        int32
    	Protocol          int32
    	ProtocolMaxOffset int32
    	NetworkByteOrder  int32
    	SecurityScheme    int32
    	MessageSize       uint32
    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

    		{"WSAProtocolChain.ChainLen", Field, 2},
    		{"WSAProtocolInfo", Type, 2},
    		{"WSAProtocolInfo.AddressFamily", Field, 2},
    		{"WSAProtocolInfo.CatalogEntryId", Field, 2},
    		{"WSAProtocolInfo.MaxSockAddr", Field, 2},
    		{"WSAProtocolInfo.MessageSize", Field, 2},
    		{"WSAProtocolInfo.MinSockAddr", Field, 2},
    		{"WSAProtocolInfo.NetworkByteOrder", Field, 2},
    		{"WSAProtocolInfo.Protocol", 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, AddressFamily int32
    pkg syscall (windows-386), type WSAProtocolInfo struct, CatalogEntryId uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, MaxSockAddr int32
    pkg syscall (windows-386), type WSAProtocolInfo struct, MessageSize uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, MinSockAddr int32
    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