const net.cgoAddrInfoFlags
2 uses
net (current package)
cgo_bsd.go#L18: const cgoAddrInfoFlags = (( /*line :15:27*/_Ciconst_AI_CANONNAME /*line :15:40*/) | ( /*line :15:44*/_Ciconst_AI_V4MAPPED /*line :15:56*/) | ( /*line :15:60*/_Ciconst_AI_ALL /*line :15:67*/)) & ( /*line :15:72*/_Ciconst_AI_MASK /*line :15:80*/)
cgo_unix.go#L151: hints.ai_flags = cgoAddrInfoFlags
 |
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. |