type net.reverseLookupResult
4 uses
net (current package)
cgo_unix.go#L54: type reverseLookupResult struct {
cgo_unix.go#L285: result := make(chan reverseLookupResult, 1)
cgo_unix.go#L330: func cgoReverseLookup(result chan<- reverseLookupResult, addr string, sa * /*line :327:75*/_Ctype_struct_sockaddr /*line :327:92*/, salen /*line :327:100*/_Ctype_socklen_t /*line :327:111*/) {
cgo_unix.go#L332: result <- reverseLookupResult{names, err}
 |
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. |