client-c  0.7.0
kaa_dns_resolve_info_t Struct Reference

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
 

Detailed Description

The target host information which is used for the DNS resolve needs.

See ext_tcp_utils_gethostbyaddr.

Definition at line 103 of file ext_tcp_utils.h.

Member Data Documentation

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.


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