Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 835 for ip64 (0.04 sec)

  1. pilot/pkg/serviceregistry/mock/discovery_test.go

    		Address:         "10.1.0.0",
    		ServiceAccounts: []string{},
    		ClusterID:       "cluster-1",
    	})
    	HelloInstanceV0 := MakeIP(HelloService, 0)
    
    	if HelloInstanceV0 != "10.1.1.0" {
    		t.Fatalf("MakeIP() can not handle ip4 address.")
    	}
    
    	HelloService1 := MakeService(ServiceArgs{
    		Hostname:        "hello.default.svc.cluster.local",
    		Address:         "asa",
    		ServiceAccounts: []string{},
    		ClusterID:       "cluster-1",
    	})
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jan 09 17:33:49 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. src/net/listen_test.go

    	// darwin, kernel version 11.3.0
    	//	net.inet6.ip6.v6only=0 (overridable by sysctl or IPV6_V6ONLY option)
    	// freebsd, kernel version 8.2
    	//	net.inet6.ip6.v6only=1 (overridable by sysctl or IPV6_V6ONLY option)
    	// linux, kernel version 3.0.0
    	//	net.ipv6.bindv6only=0 (overridable by sysctl or IPV6_V6ONLY option)
    	// openbsd, kernel version 5.0
    	//	net.inet6.ip6.v6only=1 (overriding is prohibited)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 20.5K bytes
    - Viewed (0)
  3. tools/istio-iptables/pkg/capture/testdata/host-ipv4-loopback-cidr.golden

    Ben Leggett <******@****.***> 1710179183 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 17:46:23 UTC 2024
    - 1K bytes
    - Viewed (0)
  4. src/net/netip/netip_test.go

    		// Single number. Some parsers accept this as an IPv4 address in
    		// big-endian uint32 form, but we don't.
    		"1234",
    		// IPv4 with a zone specifier
    		"1.2.3.4%eth0",
    		// IPv4 field must have at least one digit
    		".1.2.3",
    		"1.2.3.",
    		"1..2.3",
    		// IPv4 address too long
    		"1.2.3.4.5",
    		// IPv4 in dotted octal form
    		"0300.0250.0214.0377",
    		// IPv4 in dotted hex form
    		"0xc0.0xa8.0x8c.0xff",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 17:10:01 UTC 2024
    - 54.3K bytes
    - Viewed (0)
  5. src/net/protoconn_test.go

    	c.WriteToUDP(wb, nil)
    	c.WriteMsgUDP(wb, nil, nil)
    }
    
    func TestIPConnSpecificMethods(t *testing.T) {
    	if !testableNetwork("ip4") {
    		t.Skip("skipping: ip4 not supported")
    	}
    
    	la, err := ResolveIPAddr("ip4", "127.0.0.1")
    	if err != nil {
    		t.Fatal(err)
    	}
    	c, err := ListenIP("ip4:icmp", la)
    	if testenv.SyscallIsNotSupported(err) {
    		// May be inside a container that disallows creating a socket or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 7.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/net/interface_test.go

    		{"gatewaymiddle", gatewaymiddle, 1, &ipv4Route, ""},
    		{"gatewaylast", gatewaylast, 1, &ipv4Route, ""},
    		{"no routes", nothing, 0, nil, ""},
    		{"badDestination", badDestination, 0, nil, "invalid IPv4"},
    		{"badGateway", badGateway, 0, nil, "invalid IPv4"},
    		{"route_Invalidhex", route_Invalidhex, 0, nil, "odd length hex string"},
    		{"no default routes", noInternetConnection, 0, nil, ""},
    	}
    	for _, tc := range testCases {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 10 07:29:34 UTC 2023
    - 33.2K bytes
    - Viewed (0)
  7. pkg/proxy/nftables/helpers_test.go

    		add rule ip6 kube-proxy firewall-check ip6 daddr . meta l4proto . th dport vmap @firewall-ips
    		add rule ip6 kube-proxy mark-for-masquerade mark set mark or 0x4000
    		add rule ip6 kube-proxy masquerading mark and 0x4000 == 0 return
    		add rule ip6 kube-proxy masquerading mark set mark xor 0x4000
    		add rule ip6 kube-proxy masquerading masquerade fully-random
    		add rule ip6 kube-proxy nat-output jump services
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  8. pkg/test/echo/server/forwarder/dns.go

    	if err != nil {
    		return "", err
    	}
    	r := newResolver(cfg.timeout, req.protocol, req.dnsServer)
    	nt := func() string {
    		switch req.query {
    		case "A":
    			return "ip4"
    		case "AAAA":
    			return "ip6"
    		default:
    			return "ip"
    		}
    	}()
    	ctx, cancel := context.WithTimeout(ctx, cfg.timeout)
    	defer cancel()
    
    	start := time.Now()
    	ips, err := r.LookupIP(ctx, nt, req.hostname)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 10 18:09:08 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  9. src/net/ipsock_test.go

    		addrList{&TCPAddr{IP: IPv6loopback, Port: 5682}},
    		addrList{&TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682}},
    		nil,
    	},
    	{
    		nil,
    		[]IPAddr{
    			{IP: IPv4(127, 0, 0, 1)},
    			{IP: IPv4(192, 168, 0, 1)},
    		},
    		testInetaddr,
    		&TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682},
    		addrList{
    			&TCPAddr{IP: IPv4(127, 0, 0, 1), Port: 5682},
    			&TCPAddr{IP: IPv4(192, 168, 0, 1), Port: 5682},
    		},
    		nil,
    		nil,
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Apr 15 22:22:09 UTC 2017
    - 6.8K bytes
    - Viewed (0)
  10. pkg/kubelet/sysctl/safe_sysctls_test.go

    			},
    			want: []string{
    				"kernel.shm_rmid_forced",
    				"net.ipv4.ip_local_port_range",
    				"net.ipv4.tcp_syncookies",
    				"net.ipv4.ping_group_range",
    				"net.ipv4.ip_unprivileged_port_start",
    				"net.ipv4.ip_local_reserved_ports",
    				"net.ipv4.tcp_keepalive_time",
    				"net.ipv4.tcp_fin_timeout",
    				"net.ipv4.tcp_keepalive_intvl",
    				"net.ipv4.tcp_keepalive_probes",
    			},
    		},
    	}
    	for _, tt := range tests {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 15:05:40 UTC 2023
    - 2.6K bytes
    - Viewed (0)
Back to top