Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for SOCK_PACKET (0.26 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    	SIOCSRARP                        = 0x8962
    	SOCK_CLOEXEC                     = 0x80000
    	SOCK_DCCP                        = 0x6
    	SOCK_DGRAM                       = 0x1
    	SOCK_NONBLOCK                    = 0x80
    	SOCK_PACKET                      = 0xa
    	SOCK_RAW                         = 0x3
    	SOCK_RDM                         = 0x4
    	SOCK_SEQPACKET                   = 0x5
    	SOCK_STREAM                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 68.5K bytes
    - Viewed (0)
  2. src/syscall/zerrors_linux_mipsle.go

    	SIOCSRARP                        = 0x8962
    	SOCK_CLOEXEC                     = 0x80000
    	SOCK_DCCP                        = 0x6
    	SOCK_DGRAM                       = 0x1
    	SOCK_NONBLOCK                    = 0x80
    	SOCK_PACKET                      = 0xa
    	SOCK_RAW                         = 0x3
    	SOCK_RDM                         = 0x4
    	SOCK_SEQPACKET                   = 0x5
    	SOCK_STREAM                      = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 69.2K bytes
    - Viewed (0)
  3. src/syscall/zerrors_linux_loong64.go

    	SOCK_BUF_LOCK_MASK                = 0x3
    	SOCK_CLOEXEC                      = 0x80000
    	SOCK_DCCP                         = 0x6
    	SOCK_DGRAM                        = 0x2
    	SOCK_NONBLOCK                     = 0x800
    	SOCK_PACKET                       = 0xa
    	SOCK_RAW                          = 0x3
    	SOCK_RCVBUF_LOCK                  = 0x2
    	SOCK_RDM                          = 0x4
    	SOCK_SEQPACKET                    = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 19 16:12:50 UTC 2022
    - 82.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux.go

    	SOCK_DCCP                                   = 0x6
    	SOCK_DESTROY                                = 0x15
    	SOCK_DIAG_BY_FAMILY                         = 0x14
    	SOCK_IOC_TYPE                               = 0x89
    	SOCK_PACKET                                 = 0xa
    	SOCK_RAW                                    = 0x3
    	SOCK_RCVBUF_LOCK                            = 0x2
    	SOCK_RDM                                    = 0x4
    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. api/go1.txt

    pkg syscall (linux-386), const SOCK_CLOEXEC ideal-int
    pkg syscall (linux-386), const SOCK_DCCP ideal-int
    pkg syscall (linux-386), const SOCK_NONBLOCK ideal-int
    pkg syscall (linux-386), const SOCK_PACKET ideal-int
    pkg syscall (linux-386), const SOCK_RDM ideal-int
    pkg syscall (linux-386), const SOL_AAL ideal-int
    pkg syscall (linux-386), const SOL_ATM ideal-int
    pkg syscall (linux-386), const SOL_DECNET ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SOCK_DCCP", Const, 0},
    		{"SOCK_DGRAM", Const, 0},
    		{"SOCK_FLAGS_MASK", Const, 1},
    		{"SOCK_MAXADDRLEN", Const, 0},
    		{"SOCK_NONBLOCK", Const, 0},
    		{"SOCK_NOSIGPIPE", Const, 1},
    		{"SOCK_PACKET", Const, 0},
    		{"SOCK_RAW", Const, 0},
    		{"SOCK_RDM", Const, 0},
    		{"SOCK_SEQPACKET", Const, 0},
    		{"SOCK_STREAM", Const, 0},
    		{"SOL_AAL", Const, 0},
    		{"SOL_ATM", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (linux-386), const SOCK_CLOEXEC = 524288
    pkg syscall (linux-386), const SOCK_DCCP = 6
    pkg syscall (linux-386), const SOCK_NONBLOCK = 2048
    pkg syscall (linux-386), const SOCK_PACKET = 10
    pkg syscall (linux-386), const SOCK_RDM = 4
    pkg syscall (linux-386), const SOL_AAL = 265
    pkg syscall (linux-386), const SOL_ATM = 264
    pkg syscall (linux-386), const SOL_DECNET = 261
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const SOCK_CLOEXEC ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_DCCP ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_NONBLOCK ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_PACKET ideal-int
    pkg syscall (linux-arm-cgo), const SOCK_RDM ideal-int
    pkg syscall (linux-arm-cgo), const SOL_AAL ideal-int
    pkg syscall (linux-arm-cgo), const SOL_ATM ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top