OpenVPN
Data Fields
cached_dns_entry Struct Reference

#include <socket.h>

Collaboration diagram for cached_dns_entry:
Collaboration graph
[legend]

Data Fields

const char * hostname
 
const char * servname
 
int ai_family
 
int flags
 
struct addrinfo * ai
 
struct cached_dns_entrynext
 

Detailed Description

Definition at line 76 of file socket.h.

Field Documentation

◆ ai

struct addrinfo* cached_dns_entry::ai

Definition at line 81 of file socket.h.

Referenced by do_preresolve_host(), and get_cached_dns_entry().

◆ ai_family

int cached_dns_entry::ai_family

Definition at line 79 of file socket.h.

Referenced by get_cached_dns_entry().

◆ flags

int cached_dns_entry::flags

Definition at line 80 of file socket.h.

Referenced by do_preresolve_host(), and get_cached_dns_entry().

◆ hostname

const char* cached_dns_entry::hostname

Definition at line 77 of file socket.h.

Referenced by do_preresolve_host(), and get_cached_dns_entry().

◆ next

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().

◆ servname

const char* cached_dns_entry::servname

Definition at line 78 of file socket.h.

Referenced by do_preresolve_host(), and get_cached_dns_entry().


The documentation for this struct was generated from the following file: