Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for 0xa (0.08 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	EM_M32R                                     = 0x58
    	EM_MICROBLAZE                               = 0xbd
    	EM_MIPS                                     = 0x8
    	EM_MIPS_RS3_LE                              = 0xa
    	EM_MIPS_RS4_BE                              = 0xa
    	EM_MN10300                                  = 0x59
    	EM_NDS32                                    = 0xa7
    	EM_NONE                                     = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 185.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	BPF_OBJ_GET                                = 0x7
    	BPF_PROG_ATTACH                            = 0x8
    	BPF_PROG_DETACH                            = 0x9
    	BPF_PROG_TEST_RUN                          = 0xa
    	BPF_PROG_RUN                               = 0xa
    	BPF_PROG_GET_NEXT_ID                       = 0xb
    	BPF_MAP_GET_NEXT_ID                        = 0xc
    	BPF_PROG_GET_FD_BY_ID                      = 0xd
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	SO_MAX_PACING_RATE               = 0x2f
    	SO_MEMINFO                       = 0x37
    	SO_NETNS_COOKIE                  = 0x47
    	SO_NOFCS                         = 0x2b
    	SO_OOBINLINE                     = 0xa
    	SO_PASSCRED                      = 0x10
    	SO_PASSPIDFD                     = 0x4c
    	SO_PASSSEC                       = 0x22
    	SO_PEEK_OFF                      = 0x2a
    	SO_PEERCRED                      = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_386.go

    	SO_MAX_PACING_RATE               = 0x2f
    	SO_MEMINFO                       = 0x37
    	SO_NETNS_COOKIE                  = 0x47
    	SO_NOFCS                         = 0x2b
    	SO_OOBINLINE                     = 0xa
    	SO_PASSCRED                      = 0x10
    	SO_PASSPIDFD                     = 0x4c
    	SO_PASSSEC                       = 0x22
    	SO_PEEK_OFF                      = 0x2a
    	SO_PEERCRED                      = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	SO_MAX_PACING_RATE               = 0x2f
    	SO_MEMINFO                       = 0x37
    	SO_NETNS_COOKIE                  = 0x47
    	SO_NOFCS                         = 0x2b
    	SO_OOBINLINE                     = 0xa
    	SO_PASSCRED                      = 0x10
    	SO_PASSPIDFD                     = 0x4c
    	SO_PASSSEC                       = 0x22
    	SO_PEEK_OFF                      = 0x2a
    	SO_PEERCRED                      = 0x11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. src/vendor/golang.org/x/net/http/httpguts/httplex.go

    // http2 further says: "Similarly, HTTP/2 allows header field values
    // that are not valid. While most of the values that can be encoded
    // will not alter header field parsing, carriage return (CR, ASCII
    // 0xd), line feed (LF, ASCII 0xa), and the zero character (NUL, ASCII
    // 0x0) might be exploited by an attacker if they are translated
    // verbatim. Any request or response that contains a character not
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	WTS_SESSION_LOGON          = 0x5
    	WTS_SESSION_LOGOFF         = 0x6
    	WTS_SESSION_LOCK           = 0x7
    	WTS_SESSION_UNLOCK         = 0x8
    	WTS_SESSION_REMOTE_CONTROL = 0x9
    	WTS_SESSION_CREATE         = 0xa
    	WTS_SESSION_TERMINATE      = 0xb
    )
    
    const (
    	WTSActive       = 0
    	WTSConnected    = 1
    	WTSConnectQuery = 2
    	WTSShadow       = 3
    	WTSDisconnected = 4
    	WTSIdle         = 5
    	WTSListen       = 6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  8. src/net/http/h2_bundle.go

    	http2ErrCodeRefusedStream      http2ErrCode = 0x7
    	http2ErrCodeCancel             http2ErrCode = 0x8
    	http2ErrCodeCompression        http2ErrCode = 0x9
    	http2ErrCodeConnect            http2ErrCode = 0xa
    	http2ErrCodeEnhanceYourCalm    http2ErrCode = 0xb
    	http2ErrCodeInadequateSecurity http2ErrCode = 0xc
    	http2ErrCodeHTTP11Required     http2ErrCode = 0xd
    )
    
    var http2errCodeName = map[http2ErrCode]string{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top