Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for SOL_DECNET (0.24 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    	SOCK_RDM                         = 0x4
    	SOCK_SEQPACKET                   = 0x5
    	SOCK_STREAM                      = 0x2
    	SOL_AAL                          = 0x109
    	SOL_ATM                          = 0x108
    	SOL_DECNET                       = 0x105
    	SOL_ICMPV6                       = 0x3a
    	SOL_IP                           = 0x0
    	SOL_IPV6                         = 0x29
    	SOL_IRDA                         = 0x10a
    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

    	SOCK_RDM                         = 0x4
    	SOCK_SEQPACKET                   = 0x5
    	SOCK_STREAM                      = 0x2
    	SOL_AAL                          = 0x109
    	SOL_ATM                          = 0x108
    	SOL_DECNET                       = 0x105
    	SOL_ICMPV6                       = 0x3a
    	SOL_IP                           = 0x0
    	SOL_IPV6                         = 0x29
    	SOL_IRDA                         = 0x10a
    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

    	SOL_ATM                           = 0x108
    	SOL_BLUETOOTH                     = 0x112
    	SOL_CAIF                          = 0x116
    	SOL_DCCP                          = 0x10d
    	SOL_DECNET                        = 0x105
    	SOL_ICMPV6                        = 0x3a
    	SOL_IP                            = 0x0
    	SOL_IPV6                          = 0x29
    	SOL_IRDA                          = 0x10a
    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

    	SOL_CAIF                                    = 0x116
    	SOL_CAN_BASE                                = 0x64
    	SOL_CAN_RAW                                 = 0x65
    	SOL_DCCP                                    = 0x10d
    	SOL_DECNET                                  = 0x105
    	SOL_ICMPV6                                  = 0x3a
    	SOL_IP                                      = 0x0
    	SOL_IPV6                                    = 0x29
    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_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
    pkg syscall (linux-386), const SOL_ICMPV6 ideal-int
    pkg syscall (linux-386), const SOL_IP ideal-int
    pkg syscall (linux-386), const SOL_IPV6 ideal-int
    pkg syscall (linux-386), const SOL_IRDA 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_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},
    		{"SOL_DECNET", Const, 0},
    		{"SOL_ICMPV6", Const, 0},
    		{"SOL_IP", Const, 0},
    		{"SOL_IPV6", Const, 0},
    		{"SOL_IRDA", Const, 0},
    		{"SOL_PACKET", Const, 0},
    		{"SOL_RAW", 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_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
    pkg syscall (linux-386), const SOL_ICMPV6 = 58
    pkg syscall (linux-386), const SOL_IP = 0
    pkg syscall (linux-386), const SOL_IPV6 = 41
    pkg syscall (linux-386), const SOL_IRDA = 266
    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_RDM ideal-int
    pkg syscall (linux-arm-cgo), const SOL_AAL ideal-int
    pkg syscall (linux-arm-cgo), const SOL_ATM ideal-int
    pkg syscall (linux-arm-cgo), const SOL_DECNET ideal-int
    pkg syscall (linux-arm-cgo), const SOL_ICMPV6 ideal-int
    pkg syscall (linux-arm-cgo), const SOL_IP ideal-int
    pkg syscall (linux-arm-cgo), const SOL_IPV6 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