Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ucred (0.29 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Addr    [16]byte /* in6_addr */
    	Ifindex uint32
    }
    
    type IPv6MTUInfo struct {
    	Addr RawSockaddrInet6
    	Mtu  uint32
    }
    
    type ICMPv6Filter struct {
    	Data [8]uint32
    }
    
    type Ucred struct {
    	Pid int32
    	Uid uint32
    	Gid uint32
    }
    
    type TCPInfo struct {
    	State                uint8
    	Ca_state             uint8
    	Retransmits          uint8
    	Probes               uint8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation.go

    	return allErrs
    }
    
    // maxGMSACredentialSpecLength is the max length, in bytes, for the actual contents
    // of a GMSA cred spec. In general, those shouldn't be more than a few hundred bytes,
    // so we want to give plenty of room here while still providing an upper bound.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top