Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 194 for addUses (0.12 sec)

  1. pilot/pkg/networking/core/listener.go

    		// Determine the listener address if bind is empty
    		// we listen on the service VIP if and only
    		// if the address is an IP address. If its a CIDR, we listen on
    		// 0.0.0.0, and setup a filter chain match for the CIDR range.
    		// As a small optimization, CIDRs with /32 prefix will be converted
    		// into listener address so that there is a dedicated listener for this
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/proxier.go

    			}
    		}
    	}
    
    	// bind service address to dummy interface
    	if bindAddr {
    		// always attempt to bind if alreadyBoundAddrs is nil,
    		// otherwise check if it's already binded and return early
    		if alreadyBoundAddrs != nil && alreadyBoundAddrs.Has(vs.Address.String()) {
    			return nil
    		}
    
    		proxier.logger.V(4).Info("Bind address", "address", vs.Address)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Apr 28 15:51:23 UTC 2024
    - 77.7K bytes
    - Viewed (0)
  3. src/main/java/jcifs/smb/SmbTransportImpl.java

    
        SmbTransportImpl ( CIFSContext tc, Address address, int port, InetAddress localAddr, int localPort, boolean forceSigning ) {
            this.transportContext = tc;
    
            this.signingEnforced = forceSigning || this.getContext().getConfig().isSigningEnforced();
            this.sessionExpiration = System.currentTimeMillis() + tc.getConfig().getSessionTimeout();
    
            this.address = address;
            this.port = port;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Wed Jan 18 23:47:00 UTC 2023
    - 67K bytes
    - Viewed (0)
  4. tests/integration/ambient/baseline_test.go

    								}
    								for _, opt := range callOptions {
    									opt := opt.DeepCopy()
    									selfSend := dstWl.Address() == srcWl.Address()
    									if supportsL7(opt, src, dst) {
    										opt.Check = httpValidator
    									} else {
    										opt.Check = tcpValidator
    									}
    
    									opt.Address = dstWl.Address()
    									opt.Check = check.And(opt.Check, check.Hostname(dstWl.PodName()))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ppc64/asm.go

    			//
    			//	dodata()  // we are here
    			//	address() // symbol address assignment
    			//	reloc()   // resolution of static R_ADDR relocs
    			//
    			// At this point symbol addresses have not been
    			// assigned yet (as the final size of the .rela section
    			// will affect the addresses), and so we cannot write
    			// the Elf64_Rela.r_offset now. Instead we delay it
    			// until after the 'address' phase of the linker is
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  6. pilot/pkg/serviceregistry/kube/controller/controller_test.go

    	if len(ep) != 2 {
    		t.Fatalf("Invalid response for GetEndpoints %v", ep)
    	}
    
    	if ep[0].Address == "10.10.1.1" && ep[0].Network != "network1" {
    		t.Fatalf("Endpoint with IP 10.10.1.1 is expected to be in network1 but get: %s", ep[0].Network)
    	}
    
    	if ep[1].Address == "10.11.1.2" && ep[1].Network != "network2" {
    		t.Fatalf("Endpoint with IP 10.11.1.2 is expected to be in network2 but get: %s", ep[1].Network)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 85K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/xcoff.go

    	// inside RODATA symbols.
    	// .data and .bss are position-independent so their address start inside an unreachable
    	// segment during execution to force segfault if something is wrong.
    	XCOFFTEXTBASE = 0x100000000 // Start of text address
    	XCOFFDATABASE = 0x200000000 // Start of data address
    )
    
    // File Header
    type XcoffFileHdr64 struct {
    	Fmagic   uint16 // Target machine
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  8. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				SyncFrequency:      metav1.Duration{Duration: 1 * time.Minute},
    				FileCheckFrequency: metav1.Duration{Duration: 20 * time.Second},
    				HTTPCheckFrequency: metav1.Duration{Duration: 20 * time.Second},
    				Address:            "0.0.0.0",
    				Port:               ports.KubeletPort,
    				Authentication: v1beta1.KubeletAuthentication{
    					Anonymous: v1beta1.KubeletAnonymousAuthentication{Enabled: utilpointer.Bool(false)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  9. src/syscall/zerrors_solaris_amd64.go

    	4:   "interrupted system call",
    	5:   "I/O error",
    	6:   "no such device or address",
    	7:   "arg list too long",
    	8:   "exec format error",
    	9:   "bad file number",
    	10:  "no child processes",
    	11:  "resource temporarily unavailable",
    	12:  "not enough space",
    	13:  "permission denied",
    	14:  "bad address",
    	15:  "block device required",
    	16:  "device busy",
    	17:  "file exists",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_test.go

    	for _, l := range listeners {
    		if port == l.Address.GetSocketAddress().GetPortValue() {
    			return l
    		}
    	}
    
    	return nil
    }
    
    func findListenerByAddress(listeners []*listener.Listener, address string) *listener.Listener {
    	for _, l := range listeners {
    		if address == l.Address.GetSocketAddress().Address {
    			return l
    		}
    	}
    
    	return nil
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
Back to top