Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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 13:32:51 by
