| 
    client-c
    0.8.1
    
   | 
 
The target host information which is used for the DNS resolve needs. More...
#include <ext_tcp_utils.h>
Public Attributes | |
| char * | hostname | 
| size_t | hostname_length | 
| uint16_t | port | 
The target host information which is used for the DNS resolve needs.
See ext_tcp_utils_getaddrbyhost.
Definition at line 103 of file ext_tcp_utils.h.
| char* kaa_dns_resolve_info_t::hostname | 
The target's hostname.
Definition at line 104 of file ext_tcp_utils.h.
| size_t kaa_dns_resolve_info_t::hostname_length | 
The target's hostname length.
Definition at line 105 of file ext_tcp_utils.h.
| uint16_t kaa_dns_resolve_info_t::port | 
The target's port.
Definition at line 106 of file ext_tcp_utils.h.