Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 18 of 18 for AF_ASH (0.27 sec)

  1. src/syscall/zerrors_linux_mips64le.go

    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs _const.go
    
    package syscall
    
    const (
    	AF_ALG                           = 0x26
    	AF_APPLETALK                     = 0x5
    	AF_ASH                           = 0x12
    	AF_ATMPVC                        = 0x8
    	AF_ATMSVC                        = 0x14
    	AF_AX25                          = 0x3
    	AF_BLUETOOTH                     = 0x1f
    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

    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs -- _const.go
    
    package syscall
    
    const (
    	AF_ALG                           = 0x26
    	AF_APPLETALK                     = 0x5
    	AF_ASH                           = 0x12
    	AF_ATMPVC                        = 0x8
    	AF_ATMSVC                        = 0x14
    	AF_AX25                          = 0x3
    	AF_BLUETOOTH                     = 0x1f
    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

    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- _const.go
    
    package syscall
    
    const (
    	AF_ALG                            = 0x26
    	AF_APPLETALK                      = 0x5
    	AF_ASH                            = 0x12
    	AF_ATMPVC                         = 0x8
    	AF_ATMSVC                         = 0x14
    	AF_AX25                           = 0x3
    	AF_BLUETOOTH                      = 0x1f
    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

    	AFS_FS_MAGIC                                = 0x6b414653
    	AFS_SUPER_MAGIC                             = 0x5346414f
    	AF_ALG                                      = 0x26
    	AF_APPLETALK                                = 0x5
    	AF_ASH                                      = 0x12
    	AF_ATMPVC                                   = 0x8
    	AF_ATMSVC                                   = 0x14
    	AF_AX25                                     = 0x3
    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 (freebsd-amd64), var Stdin int
    pkg syscall (freebsd-amd64), var Stdout int
    pkg syscall (linux-386), const AF_ALG ideal-int
    pkg syscall (linux-386), const AF_APPLETALK ideal-int
    pkg syscall (linux-386), const AF_ASH ideal-int
    pkg syscall (linux-386), const AF_ATMPVC ideal-int
    pkg syscall (linux-386), const AF_ATMSVC ideal-int
    pkg syscall (linux-386), const AF_AX25 ideal-int
    pkg syscall (linux-386), const AF_BLUETOOTH 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

    		{"(WaitStatus).StopSignal", Method, 0},
    		{"(WaitStatus).Stopped", Method, 0},
    		{"(WaitStatus).TrapCause", Method, 0},
    		{"AF_ALG", Const, 0},
    		{"AF_APPLETALK", Const, 0},
    		{"AF_ARP", Const, 0},
    		{"AF_ASH", Const, 0},
    		{"AF_ATM", Const, 0},
    		{"AF_ATMPVC", Const, 0},
    		{"AF_ATMSVC", Const, 0},
    		{"AF_AX25", Const, 0},
    		{"AF_BLUETOOTH", Const, 0},
    		{"AF_BRIDGE", 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 (freebsd-arm-cgo), const WUNTRACED = 2
    pkg syscall (linux-386), const AF_ALG = 38
    pkg syscall (linux-386), const AF_APPLETALK = 5
    pkg syscall (linux-386), const AF_ASH = 18
    pkg syscall (linux-386), const AF_ATMPVC = 8
    pkg syscall (linux-386), const AF_ATMSVC = 20
    pkg syscall (linux-386), const AF_AX25 = 3
    pkg syscall (linux-386), const AF_BLUETOOTH = 31
    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), type SysProcAttr struct, Cloneflags uintptr
    pkg syscall (linux-arm-cgo), const AF_ALG ideal-int
    pkg syscall (linux-arm-cgo), const AF_APPLETALK ideal-int
    pkg syscall (linux-arm-cgo), const AF_ASH ideal-int
    pkg syscall (linux-arm-cgo), const AF_ATMPVC ideal-int
    pkg syscall (linux-arm-cgo), const AF_ATMSVC ideal-int
    pkg syscall (linux-arm-cgo), const AF_AX25 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