OpenVPN
|
#include <socket.h>
Data Fields | |
const char * | hostname |
const char * | servname |
int | ai_family |
int | flags |
struct addrinfo * | ai |
struct cached_dns_entry * | next |
struct addrinfo* cached_dns_entry::ai |
Definition at line 81 of file socket.h.
Referenced by do_preresolve_host(), and get_cached_dns_entry().
int cached_dns_entry::ai_family |
Definition at line 79 of file socket.h.
Referenced by get_cached_dns_entry().
int cached_dns_entry::flags |
Definition at line 80 of file socket.h.
Referenced by do_preresolve_host(), and get_cached_dns_entry().
const char* cached_dns_entry::hostname |
Definition at line 77 of file socket.h.
Referenced by do_preresolve_host(), and get_cached_dns_entry().
struct cached_dns_entry* cached_dns_entry::next |
Definition at line 82 of file socket.h.
Referenced by do_preresolve_host(), and get_cached_dns_entry().
const char* cached_dns_entry::servname |
Definition at line 78 of file socket.h.
Referenced by do_preresolve_host(), and get_cached_dns_entry().