eventcore ~master (2021-12-17T12:21:51Z)
Dub
Repo
gaicb
eventcore
drivers
posix
dns
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(linux)
@
safe
extern (
C
) nothrow @
nogc
struct
gaicb {
const
(
char
)*
ar_name
;
const
(
char
)*
ar_service
;
const
(
addrinfo
)*
ar_request
;
addrinfo
*
ar_result
;
}
Members
Variables
ar_name
const
(
char
)*
ar_name
;
Undocumented in source.
ar_request
const
(
addrinfo
)*
ar_request
;
Undocumented in source.
ar_result
addrinfo
*
ar_result
;
Undocumented in source.
ar_service
const
(
char
)*
ar_service
;
Undocumented in source.
Meta
Source
See Implementation
eventcore
drivers
posix
dns
aliases
EAGAIN
sockaddr_storage
classes
EventDriverDNS_GAI
EventDriverDNS_GAIA
EventDriverDNS_GHBN
functions
__res_init
gai_cancel
gai_error
getaddrinfo_a
manifest constants
EAI_INPROGRESS
GAI_NOWAIT
structs
DNSSlot
gaicb