func net.cgoLookupIPCNAME
4 uses
net (current package)
cgo_unix.go#L146: func cgoLookupIPCNAME(network, name string) (addrs []IPAddr, cname string, err error) {
cgo_unix.go#L221: addrs, cname, err := cgoLookupIPCNAME(network, name)
cgo_unix.go#L227: addrs, _, err = cgoLookupIPCNAME(network, name)
cgo_unix.go#L242: _, cname, err = cgoLookupIPCNAME("ip", name)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)