Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for ServiceFlags4 (0.31 sec)

  1. src/syscall/types_windows.go

    	PFL_NETWORKDIRECT_PROVIDER  = 0x00000010
    )
    
    type WSAProtocolInfo struct {
    	ServiceFlags1     uint32
    	ServiceFlags2     uint32
    	ServiceFlags3     uint32
    	ServiceFlags4     uint32
    	ProviderFlags     uint32
    	ProviderId        GUID
    	CatalogEntryId    uint32
    	ProtocolChain     WSAProtocolChain
    	Version           int32
    	AddressFamily     int32
    	MaxSockAddr       int32
    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

    	PFL_NETWORKDIRECT_PROVIDER  = 0x00000010
    )
    
    type WSAProtocolInfo struct {
    	ServiceFlags1     uint32
    	ServiceFlags2     uint32
    	ServiceFlags3     uint32
    	ServiceFlags4     uint32
    	ProviderFlags     uint32
    	ProviderId        GUID
    	CatalogEntryId    uint32
    	ProtocolChain     WSAProtocolChain
    	Version           int32
    	AddressFamily     int32
    	MaxSockAddr       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)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WSAProtocolInfo.SecurityScheme", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags1", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags2", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags3", Field, 2},
    		{"WSAProtocolInfo.ServiceFlags4", Field, 2},
    		{"WSAProtocolInfo.SocketType", Field, 2},
    		{"WSAProtocolInfo.Version", Field, 2},
    		{"WSARecv", Func, 0},
    		{"WSARecvFrom", Func, 0},
    		{"WSASYS_STATUS_LEN", Const, 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)
  4. api/go1.2.txt

    pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags2 uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags3 uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, ServiceFlags4 uint32
    pkg syscall (windows-386), type WSAProtocolInfo struct, SocketType int32
    pkg syscall (windows-386), type WSAProtocolInfo struct, Version int32
    pkg syscall (windows-amd64), const BASE_PROTOCOL = 1
    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