Kaa client C SDK
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
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>

Data Fields

char * hostname
 The target's hostname. More...
 
size_t hostname_length
 The target's hostname length. More...
 
uint16_t port
 The target's port. More...
 

Detailed Description

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

See ext_tcp_utils_getaddrbyhost.

Field Documentation

char* kaa_dns_resolve_info_t::hostname

The target's hostname.

size_t kaa_dns_resolve_info_t::hostname_length

The target's hostname length.

uint16_t kaa_dns_resolve_info_t::port

The target's port.


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