func net.cgoLookupAddrPTR
3 uses
net (current package)
cgo_unix.go#L282: names, err := cgoLookupAddrPTR(addr, sa, salen)
cgo_unix.go#L295: func cgoLookupAddrPTR(addr string, sa * /*line :292:40*/_Ctype_struct_sockaddr /*line :292:57*/, salen /*line :292:65*/_Ctype_socklen_t /*line :292:76*/) (names []string, err error) {
cgo_unix.go#L331: names, err := cgoLookupAddrPTR(addr, sa, salen)
 |
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. |