Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 0x1c1 (0.06 sec)

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

    	ALDEORB:   0<<30 | 0x1c1<<21 | 0x08<<10,
    	ALDEORLD:  3<<30 | 0x1c3<<21 | 0x08<<10,
    	ALDEORLW:  2<<30 | 0x1c3<<21 | 0x08<<10,
    	ALDEORLH:  1<<30 | 0x1c3<<21 | 0x08<<10,
    	ALDEORLB:  0<<30 | 0x1c3<<21 | 0x08<<10,
    	ALDORAD:   3<<30 | 0x1c5<<21 | 0x0c<<10,
    	ALDORAW:   2<<30 | 0x1c5<<21 | 0x0c<<10,
    	ALDORAH:   1<<30 | 0x1c5<<21 | 0x0c<<10,
    	ALDORAB:   0<<30 | 0x1c5<<21 | 0x0c<<10,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. cni/pkg/iptables/testdata/default_ipv6.golden

    iptables -t mangle -A ISTIO_OUTPUT -m connmark --mark 0x111/0xfff -j CONNMARK --restore-mark --nfmask 0xffffffff --ctmask 0xffffffff
    iptables -t nat -A ISTIO_OUTPUT ! -o lo -p udp -m udp --dport 53 -j REDIRECT --to-port 15053
    iptables -t nat -A ISTIO_OUTPUT -p tcp -m mark --mark 0x111/0xfff -j ACCEPT
    iptables -t nat -A ISTIO_OUTPUT ! -d 127.0.0.1/32 -o lo -j ACCEPT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 20:16:04 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  3. cni/pkg/iptables/iptables.go

    	dep "istio.io/istio/tools/istio-iptables/pkg/dependencies"
    	iptableslog "istio.io/istio/tools/istio-iptables/pkg/log"
    )
    
    var log = scopes.CNIAgent
    
    const (
    	// INPOD marks/masks
    	InpodTProxyMark      = 0x111
    	InpodTProxyMask      = 0xfff
    	InpodMark            = 1337 // this needs to match the inpod config mark in ztunnel.
    	InpodMask            = 0xfff
    	InpodRestoreMask     = 0xffffffff
    	ChainInpodOutput     = "ISTIO_OUTPUT"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 31 21:45:18 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	SOL_MPTCP                                   = 0x11c
    	SOL_NETBEUI                                 = 0x10b
    	SOL_NETLINK                                 = 0x10e
    	SOL_NFC                                     = 0x118
    	SOL_PACKET                                  = 0x107
    	SOL_PNPIPE                                  = 0x113
    	SOL_PPPOL2TP                                = 0x111
    	SOL_RAW                                     = 0xff
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	RTA_MARK           = 0x10
    	RTA_MFC_STATS      = 0x11
    	RTA_VIA            = 0x12
    	RTA_NEWDST         = 0x13
    	RTA_PREF           = 0x14
    	RTA_ENCAP_TYPE     = 0x15
    	RTA_ENCAP          = 0x16
    	RTA_EXPIRES        = 0x17
    	RTA_PAD            = 0x18
    	RTA_UID            = 0x19
    	RTA_TTL_PROPAGATE  = 0x1a
    	RTA_IP_PROTO       = 0x1b
    	RTA_SPORT          = 0x1c
    	RTA_DPORT          = 0x1d
    	RTN_UNSPEC         = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/loong64/asm.go

    		return 0x4506 << 10
    	case ACMPEQF:
    		return 0x0c1<<20 | 0x4<<15 // FCMP.CEQ.S
    	case ACMPEQD:
    		return 0x0c2<<20 | 0x4<<15 // FCMP.CEQ.D
    	case ACMPGED:
    		return 0x0c2<<20 | 0x7<<15 // FCMP.SLE.D
    	case ACMPGEF:
    		return 0x0c1<<20 | 0x7<<15 // FCMP.SLE.S
    	case ACMPGTD:
    		return 0x0c2<<20 | 0x3<<15 // FCMP.SLT.D
    	case ACMPGTF:
    		return 0x0c1<<20 | 0x3<<15 // FCMP.SLT.S
    
    	case ASQRTF:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
Back to top