Source File
cgo_unix_cgo_res.go
Belonging Package
net
// Code generated by cmd/cgo; DO NOT EDIT.
//line /opt/hostedtoolcache/go/1.23.8/x64/src/net/cgo_unix_cgo_res.go:1:1
// Copyright 2022 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.
// res_search, for cgo systems where that is thread-safe.
//go:build cgo && !netgo && (linux || openbsd)
package net
/*
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <netdb.h>
#include <unistd.h>
#include <string.h>
#include <arpa/nameser.h>
#include <resolv.h>
#cgo !android,!openbsd LDFLAGS: -lresolv
*/
import _
type _C_struct___res_state = struct{}
func ( *_C_struct___res_state) error {
return nil
}
func ( *_C_struct___res_state) {
return
}
func ( *_C_struct___res_state, *_C_char, , int, *_C_uchar, int) int {
:= ( /*line :36:7*/_Cfunc_res_search /*line :36:18*/)(, /*line :36:27*/_Ctype_int /*line :36:32*/(), /*line :36:41*/_Ctype_int /*line :36:46*/(), , /*line :36:58*/_Ctype_int /*line :36:63*/())
return int()
}
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |