Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 184 for addPass (0.28 sec)

  1. pkg/proxy/winkernel/proxier.go

    func (info *endpointInfo) Port() int {
    	return int(info.port)
    }
    
    // Uses mac prefix and IPv4 address to return a mac address
    // This ensures mac addresses are unique for proper load balancing
    // There is a possibility of MAC collisions but this Mac address is used for remote endpoints only
    // and not sent on the wire.
    func conjureMac(macPrefix string, ip net.IP) string {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  2. src/runtime/mbitmap.go

    // top of this file.
    type typePointers struct {
    	// elem is the address of the current array element of type typ being iterated over.
    	// Objects that are not arrays are treated as single-element arrays, in which case
    	// this value does not change.
    	elem uintptr
    
    	// addr is the address the iterator is currently working from and describes
    	// the address of the first word referenced by mask.
    	addr uintptr
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  3. src/syscall/zerrors_darwin_arm64.go

    	39:  "destination address required",
    	40:  "message too long",
    	41:  "protocol wrong type for socket",
    	42:  "protocol not available",
    	43:  "protocol not supported",
    	44:  "socket type not supported",
    	45:  "operation not supported",
    	46:  "protocol family not supported",
    	47:  "address family not supported by protocol family",
    	48:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/S390XOps.go

    		},
    
    		// large move
    		// auxint = remaining bytes after loop (rem)
    		// arg0 = address of dst memory (in R1, changed as a side effect)
    		// arg1 = address of src memory (in R2, changed as a side effect)
    		// arg2 = pointer to last address to move in loop + 256
    		// arg3 = mem
    		// returns mem
    		//
    		// mvc: MVC  $256, 0(R2), 0(R1)
    		//      MOVD $256(R1), R1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 24 00:21:13 UTC 2023
    - 52.5K bytes
    - Viewed (0)
  5. src/net/url/url_test.go

    			Host:   "google.com",
    		},
    		"",
    	},
    	// host subcomponent; IPv4 address in RFC 3986
    	{
    		"http://192.168.0.1/",
    		&URL{
    			Scheme: "http",
    			Host:   "192.168.0.1",
    			Path:   "/",
    		},
    		"",
    	},
    	// host and port subcomponents; IPv4 address in RFC 3986
    	{
    		"http://192.168.0.1:8080/",
    		&URL{
    			Scheme: "http",
    			Host:   "192.168.0.1:8080",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  6. src/syscall/zerrors_linux_mips.go

    	96:   "destination address required",
    	97:   "message too long",
    	98:   "protocol wrong type for socket",
    	99:   "protocol not available",
    	120:  "protocol not supported",
    	121:  "socket type not supported",
    	122:  "operation not supported",
    	123:  "protocol family not supported",
    	124:  "address family not supported by protocol",
    	125:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  7. src/syscall/zerrors_linux_mips64.go

    	96:   "destination address required",
    	97:   "message too long",
    	98:   "protocol wrong type for socket",
    	99:   "protocol not available",
    	120:  "protocol not supported",
    	121:  "socket type not supported",
    	122:  "operation not supported",
    	123:  "protocol family not supported",
    	124:  "address family not supported by protocol",
    	125:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  8. src/syscall/zerrors_linux_mips64le.go

    	96:   "destination address required",
    	97:   "message too long",
    	98:   "protocol wrong type for socket",
    	99:   "protocol not available",
    	120:  "protocol not supported",
    	121:  "socket type not supported",
    	122:  "operation not supported",
    	123:  "protocol family not supported",
    	124:  "address family not supported by protocol",
    	125:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  9. src/syscall/zerrors_linux_mipsle.go

    	96:   "destination address required",
    	97:   "message too long",
    	98:   "protocol wrong type for socket",
    	99:   "protocol not available",
    	120:  "protocol not supported",
    	121:  "socket type not supported",
    	122:  "operation not supported",
    	123:  "protocol family not supported",
    	124:  "address family not supported by protocol",
    	125:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  10. src/syscall/zerrors_linux_ppc64.go

    	89:  "destination address required",
    	90:  "message too long",
    	91:  "protocol wrong type for socket",
    	92:  "protocol not available",
    	93:  "protocol not supported",
    	94:  "socket type not supported",
    	95:  "operation not supported",
    	96:  "protocol family not supported",
    	97:  "address family not supported by protocol",
    	98:  "address already in use",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 70.9K bytes
    - Viewed (0)
Back to top