Source File
cgo_bsd.go
Belonging Package
net
// Code generated by cmd/cgo; DO NOT EDIT.//line /opt/homebrew/Cellar/go/1.16.3/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.2.8-preview. (GOOS=darwin GOARCH=arm64)