My climat station
fnet_dns_resolved_addr Struct Reference
[Fnet_dns]
Initialization parameters for the fnet_dns_init() function. More...
#include <fnet_dns.h>
Data Fields | |
| struct sockaddr | resolved_addr |
| Socket address of the resolved host name. | |
| fnet_uint32_t | resolved_addr_ttl |
| Specifies the time interval (in seconds) that the resolved address may be cached before it should be discarded. | |
Detailed Description
Initialization parameters for the fnet_dns_init() function.
Definition at line 91 of file fnet_dns.h.
Field Documentation
| struct sockaddr resolved_addr |
Socket address of the resolved host name.
Definition at line 93 of file fnet_dns.h.
| fnet_uint32_t resolved_addr_ttl |
Specifies the time interval (in seconds) that the resolved address may be cached before it should be discarded.
Definition at line 94 of file fnet_dns.h.
Generated on Tue Jul 12 2022 14:26:43 by
1.7.2
Gleb Klochkov