23 #ifndef HOST_RESOLVE_H_INCLUDED
24 #define HOST_RESOLVE_H_INCLUDED 1
29 typedef struct _HostResolveOptions
const gchar * name
Definition: debugger.c:265
void host_resolve_options_init_globals(HostResolveOptions *options)
Definition: host-resolve.c:452
void host_resolve_options_defaults(HostResolveOptions *options)
Definition: host-resolve.c:425
const gchar * resolve_hostname_to_hostname(gsize *result_len, const gchar *hostname, HostResolveOptions *options)
Definition: host-resolve.c:404
void host_resolve_options_destroy(HostResolveOptions *options)
Definition: host-resolve.c:472
gboolean resolve_hostname_to_sockaddr(GSockAddr **addr, gint family, const gchar *name)
Definition: host-resolve.c:245
void host_resolve_options_global_defaults(HostResolveOptions *options)
Definition: host-resolve.c:434
const gchar * resolve_sockaddr_to_hostname(gsize *result_len, GSockAddr *saddr, const HostResolveOptions *host_resolve_options)
Definition: host-resolve.c:385
void host_resolve_options_init(HostResolveOptions *options, HostResolveOptions *global_options)
Definition: host-resolve.c:458
Definition: gsockaddr.h:46
Definition: host-resolve.h:30
gboolean normalize_hostnames
Definition: host-resolve.h:34
gboolean use_dns
Definition: host-resolve.h:31
gboolean use_fqdn
Definition: host-resolve.h:32
gboolean use_dns_cache
Definition: host-resolve.h:33