Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for EADDRNOTAVAIL (0.45 sec)

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

    	_HIDIOCGRAWNAME                  = 0x80804804
    	_HIDIOCGRAWPHYS                  = 0x80404805
    	_HIDIOCGRAWUNIQ                  = 0x80404808
    )
    
    // Errors
    const (
    	EADDRINUSE      = syscall.Errno(0x62)
    	EADDRNOTAVAIL   = syscall.Errno(0x63)
    	EADV            = syscall.Errno(0x44)
    	EAFNOSUPPORT    = syscall.Errno(0x61)
    	EALREADY        = syscall.Errno(0x72)
    	EBADE           = syscall.Errno(0x34)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go

    	_HIDIOCGRAWNAME                  = 0x80804804
    	_HIDIOCGRAWPHYS                  = 0x80404805
    	_HIDIOCGRAWUNIQ                  = 0x80404808
    )
    
    // Errors
    const (
    	EADDRINUSE      = syscall.Errno(0x62)
    	EADDRNOTAVAIL   = syscall.Errno(0x63)
    	EADV            = syscall.Errno(0x44)
    	EAFNOSUPPORT    = syscall.Errno(0x61)
    	EALREADY        = syscall.Errno(0x72)
    	EBADE           = syscall.Errno(0x34)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	_HIDIOCGRAWNAME                  = 0x80804804
    	_HIDIOCGRAWPHYS                  = 0x80404805
    	_HIDIOCGRAWUNIQ                  = 0x80404808
    )
    
    // Errors
    const (
    	EADDRINUSE      = syscall.Errno(0x62)
    	EADDRNOTAVAIL   = syscall.Errno(0x63)
    	EADV            = syscall.Errno(0x44)
    	EAFNOSUPPORT    = syscall.Errno(0x61)
    	EALREADY        = syscall.Errno(0x72)
    	EBADE           = syscall.Errno(0x34)
    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_zos_s390x.go

    	EPROTONOSUPPORT    = Errno(1110)
    	ESOCKTNOSUPPORT    = Errno(1111)
    	EOPNOTSUPP         = Errno(1112)
    	EPFNOSUPPORT       = Errno(1113)
    	EAFNOSUPPORT       = Errno(1114)
    	EADDRINUSE         = Errno(1115)
    	EADDRNOTAVAIL      = Errno(1116)
    	ENETDOWN           = Errno(1117)
    	ENETUNREACH        = Errno(1118)
    	ENETRESET          = Errno(1119)
    	ECONNABORTED       = Errno(1120)
    	ECONNRESET         = Errno(1121)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 39.4K bytes
    - Viewed (0)
Back to top