Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ServiceFlags (0.32 sec)

  1. pkg/proxy/ipvs/util/ipvs_linux_test.go

    				Address:       nil,
    				PEName:        "",
    			},
    			VirtualServer{
    				Address:   netutils.ParseIPSloppy("0.0.0.0"),
    				Protocol:  "TCP",
    				Port:      80,
    				Scheduler: "",
    				Flags:     ServiceFlags(FlagPersistent),
    				Timeout:   0,
    			},
    			false,
    			"",
    		},
    		{
    			libipvs.Service{
    				Protocol:      unix.IPPROTO_UDP,
    				Port:          33434,
    				FWMark:        0,
    				SchedName:     "wlc",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 27 16:37:50 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/service.go

    	ControlsAccepted        uint32
    	Win32ExitCode           uint32
    	ServiceSpecificExitCode uint32
    	CheckPoint              uint32
    	WaitHint                uint32
    	ProcessId               uint32
    	ServiceFlags            uint32
    }
    
    type ENUM_SERVICE_STATUS_PROCESS struct {
    	ServiceName          *uint16
    	DisplayName          *uint16
    	ServiceStatusProcess SERVICE_STATUS_PROCESS
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top