type net._Ctype_struct_addrinfo
13 uses
net (current package)
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L42: type _Ctype_struct_addrinfo struct {
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L50: ai_next *_Ctype_struct_addrinfo
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L96: func _C2func_getaddrinfo(p0 *_Ctype_char, p1 *_Ctype_char, p2 *_Ctype_struct_addrinfo, p3 **_Ctype_struct_addrinfo) (r1 _Ctype_int, r2 error) {
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L140: func _Cfunc_freeaddrinfo(p0 *_Ctype_struct_addrinfo) (r1 _Ctype_void) {
d2bd86cebde3e0fc58c0894535c79a607aa00c5e131cf2d9a8cd9652c62ae01e-d#L166: func _Cfunc_getaddrinfo(p0 *_Ctype_char, p1 *_Ctype_char, p2 *_Ctype_struct_addrinfo, p3 **_Ctype_struct_addrinfo) (r1 _Ctype_int) {
cgo_unix.go#L68: var hints /*line :65:12*/_Ctype_struct_addrinfo /*line :65:29*/
cgo_unix.go#L102: func cgoLookupServicePort(hints * /*line :99:34*/_Ctype_struct_addrinfo /*line :99:51*/, network, service string) (port int, err error) {
cgo_unix.go#L109: var res * /*line :106:11*/_Ctype_struct_addrinfo /*line :106:28*/
cgo_unix.go#L141: func cgoPortLookup(result chan<- portLookupResult, hints * /*line :138:59*/_Ctype_struct_addrinfo /*line :138:76*/, network, service string) {
cgo_unix.go#L150: var hints /*line :147:12*/_Ctype_struct_addrinfo /*line :147:29*/
cgo_unix.go#L163: var res * /*line :160:11*/_Ctype_struct_addrinfo /*line :160:28*/
 |
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. |