Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 84 for EADDRNOTAVAIL (0.16 sec)

  1. src/net/error_posix_test.go

    	for _, tt := range []struct {
    		error
    		ok bool
    	}{
    		{syscall.EADDRNOTAVAIL, true},
    		{&os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}, true},
    		{&OpError{Op: "op", Err: syscall.EADDRNOTAVAIL}, true},
    		{&OpError{Op: "op", Err: &os.SyscallError{Syscall: "syscall", Err: syscall.EADDRNOTAVAIL}}, true},
    
    		{syscall.EINVAL, false},
    		{&os.SyscallError{Syscall: "syscall", Err: syscall.EINVAL}, false},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 981 bytes
    - Viewed (0)
  2. src/syscall/tables_wasip1.go

    package syscall
    
    import "runtime"
    
    // TODO: Auto-generate some day. (Hard-coded in binaries so not likely to change.)
    const (
    	E2BIG           Errno = 1
    	EACCES          Errno = 2
    	EADDRINUSE      Errno = 3
    	EADDRNOTAVAIL   Errno = 4
    	EAFNOSUPPORT    Errno = 5
    	EAGAIN          Errno = 6
    	EALREADY        Errno = 7
    	EBADF           Errno = 8
    	EBADMSG         Errno = 9
    	EBUSY           Errno = 10
    	ECANCELED       Errno = 11
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 06 20:58:35 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  3. src/syscall/zerrors_windows.go

    const APPLICATION_ERROR = 1 << 29
    
    // Invented values to support what package os and others expects.
    const (
    	E2BIG Errno = APPLICATION_ERROR + iota
    	EACCES
    	EADDRINUSE
    	EADDRNOTAVAIL
    	EADV
    	EAFNOSUPPORT
    	EAGAIN
    	EALREADY
    	EBADE
    	EBADF
    	EBADFD
    	EBADMSG
    	EBADR
    	EBADRQC
    	EBADSLT
    	EBFONT
    	EBUSY
    	ECANCELED
    	ECHILD
    	ECHRNG
    	ECOMM
    	ECONNABORTED
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 14 13:21:46 UTC 2018
    - 10K bytes
    - Viewed (0)
  4. src/syscall/tables_js.go

    	"ESOCKTNOSUPPORT": ESOCKTNOSUPPORT,
    	"EOPNOTSUPP":      EOPNOTSUPP,
    	"EPFNOSUPPORT":    EPFNOSUPPORT,
    	"EAFNOSUPPORT":    EAFNOSUPPORT,
    	"EADDRINUSE":      EADDRINUSE,
    	"EADDRNOTAVAIL":   EADDRNOTAVAIL,
    	"ENETDOWN":        ENETDOWN,
    	"ENETUNREACH":     ENETUNREACH,
    	"ENETRESET":       ENETRESET,
    	"ECONNABORTED":    ECONNABORTED,
    	"ECONNRESET":      ECONNRESET,
    	"ENOBUFS":         ENOBUFS,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 19.2K bytes
    - Viewed (0)
  5. src/net/tcpsock_posix.go

    	//
    	// The opposite can also happen: if we ask the kernel to pick an appropriate
    	// originating local address, sometimes it picks one that is already in use.
    	// So if the error is EADDRNOTAVAIL, we have to try again too, just for
    	// a different reason.
    	//
    	// The kernel socket code is no doubt enjoying watching us squirm.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 16:54:32 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go

    	_HIDIOCGRAWNAME                  = 0x40804804
    	_HIDIOCGRAWPHYS                  = 0x40404805
    	_HIDIOCGRAWUNIQ                  = 0x40404808
    )
    
    // Errors
    const (
    	EADDRINUSE      = syscall.Errno(0x7d)
    	EADDRNOTAVAIL   = syscall.Errno(0x7e)
    	EADV            = syscall.Errno(0x44)
    	EAFNOSUPPORT    = syscall.Errno(0x7c)
    	EALREADY        = syscall.Errno(0x95)
    	EBADE           = syscall.Errno(0x32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. 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)
  8. 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)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_arm.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: Mon Jan 22 19:00:13 UTC 2024
    - 34.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_riscv64.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: Mon Jan 22 19:00:13 UTC 2024
    - 33.7K bytes
    - Viewed (0)
Back to top