Source File
cgo_bsd.go
Belonging Package
net
// Code generated by cmd/cgo; DO NOT EDIT.//line /usr/local/Cellar/go/1.16.6/libexec/src/net/cgo_bsd.go:1:1// Copyright 2011 The Go Authors. All rights reserved.// Use of this source code is governed by a BSD-style// license that can be found in the LICENSE file.// +build cgo,!netgo// +build darwin dragonfly freebsdpackage net/*#include <netdb.h>*/import _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*/)
![]() |
The pages are generated with Golds v0.3.6. (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. |