// Code generated by cmd/cgo; DO NOT EDIT.
//line /usr/local/go/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 freebsd
package net
/*
#include <netdb.h>
*/
import _ "unsafe"
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.1.6. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project and 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. |