Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for slddrw (0.11 sec)

  1. src/cmd/internal/obj/arm64/anames.go

    	"LDORALD",
    	"LDORALH",
    	"LDORALW",
    	"LDORAW",
    	"LDORB",
    	"LDORD",
    	"LDORH",
    	"LDORLB",
    	"LDORLD",
    	"LDORLH",
    	"LDORLW",
    	"LDORW",
    	"LDP",
    	"LDPSW",
    	"LDPW",
    	"LDXP",
    	"LDXPW",
    	"LDXR",
    	"LDXRB",
    	"LDXRH",
    	"LDXRW",
    	"LSL",
    	"LSLW",
    	"LSR",
    	"LSRW",
    	"MADD",
    	"MADDW",
    	"MNEG",
    	"MNEGW",
    	"MOVB",
    	"MOVBU",
    	"MOVD",
    	"MOVH",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 18 01:40:37 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  2. src/net/server_test.go

    	{snet: "tcp", saddr: "0.0.0.0:0", tnet: "tcp", taddr: "::1"},
    	{snet: "tcp", saddr: "[::ffff:0.0.0.0]:0", tnet: "tcp", taddr: "::1"},
    	{snet: "tcp", saddr: "[::]:0", tnet: "tcp", taddr: "127.0.0.1"},
    
    	{snet: "tcp", saddr: ":0", tnet: "tcp4", taddr: "127.0.0.1"},
    	{snet: "tcp", saddr: "0.0.0.0:0", tnet: "tcp4", taddr: "127.0.0.1"},
    	{snet: "tcp", saddr: "[::ffff:0.0.0.0]:0", tnet: "tcp4", taddr: "127.0.0.1"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 18 17:20:52 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/arm64/a.out.go

    	ALDORAH
    	ALDORALB
    	ALDORALD
    	ALDORALH
    	ALDORALW
    	ALDORAW
    	ALDORB
    	ALDORD
    	ALDORH
    	ALDORLB
    	ALDORLD
    	ALDORLH
    	ALDORLW
    	ALDORW
    	ALDP
    	ALDPSW
    	ALDPW
    	ALDXP
    	ALDXPW
    	ALDXR
    	ALDXRB
    	ALDXRH
    	ALDXRW
    	ALSL
    	ALSLW
    	ALSR
    	ALSRW
    	AMADD
    	AMADDW
    	AMNEG
    	AMNEGW
    	AMOVB
    	AMOVBU
    	AMOVD
    	AMOVH
    	AMOVHU
    	AMOVK
    	AMOVKW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 17:56:30 UTC 2023
    - 18.1K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/helpers_test.go

    var destPortDispatchRegexp = regexp.MustCompile(`^meta l4proto \. th dport vmap @(\S+)$`)
    
    var sourceAddrRegexp = regexp.MustCompile(`^ip6* saddr (!= )?(\S+)`)
    var sourceAddrLookupRegexp = regexp.MustCompile(`^ip6* saddr (!= )?\{([^}]*)\}`)
    var sourceAddrLocalRegexp = regexp.MustCompile(`^fib saddr type local`)
    
    var endpointVMAPRegexp = regexp.MustCompile(`^numgen random mod \d+ vmap \{(.*)\}$`)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/proxier_test.go

    		add rule ip kube-proxy external-42NFTM6N-ns2/svc2/tcp/p80 fib saddr type local goto service-42NFTM6N-ns2/svc2/tcp/p80 comment "short-circuit local traffic"
    		add chain ip kube-proxy endpoint-SGOXE6O3-ns2/svc2/tcp/p80__10.180.0.2/80
    		add rule ip kube-proxy endpoint-SGOXE6O3-ns2/svc2/tcp/p80__10.180.0.2/80 ip saddr 10.180.0.2 jump mark-for-masquerade
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  6. pkg/proxy/util/localdetector.go

    		nftFamily = "ip6"
    	}
    
    	return &detectLocal{
    		ifLocal:       []string{"-s", cidr},
    		ifNotLocal:    []string{"!", "-s", cidr},
    		ifLocalNFT:    []string{nftFamily, "saddr", cidr},
    		ifNotLocalNFT: []string{nftFamily, "saddr", "!=", cidr},
    	}
    }
    
    // NewDetectLocalByBridgeInterface returns a LocalTrafficDetector that considers traffic
    // from interfaceName to be from a local pod, and traffic from other interfaces to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 15:34:37 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  7. src/cmd/asm/internal/asm/testdata/arm64enc.s

    	HVC $61428                                 // 82fe1dd4
    	ISB $1                                     // df3103d5
    	ISB $15                                    // df3f03d5
    	LDARW (R12), R29                           // 9dfddf88
    	LDARW (R30), R22                           // d6ffdf88
    	LDARW (RSP), R22                           // f6ffdf88
    	LDAR (R27), R22                            // 76ffdfc8
    	LDARB (R25), R2                            // 22ffdf08
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jul 24 01:11:41 UTC 2023
    - 43.9K bytes
    - Viewed (0)
  8. pilot/pkg/serviceregistry/kube/controller/network_test.go

    					}
    				}
    				svc := addr.GetService()
    				if svc != nil {
    					if !svcNames.Contains(svc.Name) {
    						continue
    					}
    					for _, saddr := range svc.GetAddresses() {
    						if saddr.GetNetwork() != network {
    							return fmt.Errorf("no network service notify")
    						}
    					}
    				}
    			}
    			return nil
    		}, retry.Timeout(time.Second*5))
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 19:09:43 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  9. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/soap+xml"/>
    
      <mime-type type="application/sldworks">
        <_comment>SolidWorks CAD program</_comment>
        <glob pattern="*.sldprt" />
        <glob pattern="*.sldasm" />
        <glob pattern="*.slddrw" />
        <sub-class-of type="application/x-tika-msoffice" />
      </mime-type>
    
      <mime-type type="application/sparql-query">
        <glob pattern="*.rq"/>
      </mime-type>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  10. pkg/proxy/nftables/proxier.go

    				Rule: knftables.Concat(
    					ipX, "saddr", epInfo.IP(),
    					"jump", markMasqChain,
    				),
    			})
    
    			// Handle session affinity
    			if svcInfo.SessionAffinityType() == v1.ServiceAffinityClientIP {
    				tx.Add(&knftables.Rule{
    					Chain: endpointChain,
    					Rule: knftables.Concat(
    						"update", "@", epInfo.affinitySetName,
    						"{", ipX, "saddr", "}",
    					),
    				})
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
Back to top