type net.addrinfoErrno
10 uses
net (current package)
cgo_unix.go#L37: type addrinfoErrno int
cgo_unix.go#L39: func (eai addrinfoErrno) Error() string { return ( /*line :36:52*/_Cfunc_GoString /*line :36:61*/)(( /*line :36:63*/_Cfunc_gai_strerror /*line :36:76*/)( /*line :36:78*/_Ctype_int /*line :36:83*/(eai))) }
cgo_unix.go#L40: func (eai addrinfoErrno) Temporary() bool { return eai == ( /*line :37:59*/_Ciconst_EAI_AGAIN /*line :37:69*/) }
cgo_unix.go#L41: func (eai addrinfoErrno) Timeout() bool { return false }
cgo_unix.go#L119: err = addrinfoErrno(gerrno)
cgo_unix.go#L120: isTemporary = addrinfoErrno(gerrno).Temporary()
cgo_unix.go#L184: err = addrinfoErrno(gerrno)
cgo_unix.go#L185: isTemporary = addrinfoErrno(gerrno).Temporary()
cgo_unix.go#L316: err = addrinfoErrno(gerrno)
cgo_unix.go#L317: isTemporary = addrinfoErrno(gerrno).Temporary()
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |