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.
Fork of OmniWheels by
fnet_dns_params Struct Reference
[Fnet_dns]
Initialization parameters for the fnet_dns_init() function. More...
#include <fnet_dns.h>
Data Fields | |
struct sockaddr | dns_server_addr |
Socket address of the remote DNS server to connect to. | |
fnet_char_t * | host_name |
Host name to resolve (null-terminated string). | |
fnet_address_family_t | addr_family |
Family of the IP Address which is queried. | |
fnet_dns_callback_resolved_t | callback |
Pointer to the callback function defined by fnet_dns_callback_resolved_t. | |
fnet_uint32_t | cookie |
Optional application-specific parameter. |
Detailed Description
Initialization parameters for the fnet_dns_init() function.
Definition at line 117 of file fnet_dns.h.
Field Documentation
Family of the IP Address which is queried.
Definition at line 122 of file fnet_dns.h.
Pointer to the callback function defined by fnet_dns_callback_resolved_t.
It is called when the DNS-client resolving is finished or an error is occurred.
Definition at line 123 of file fnet_dns.h.
fnet_uint32_t cookie |
Optional application-specific parameter.
It's passed to the callback
function as input parameter.
Definition at line 126 of file fnet_dns.h.
struct sockaddr dns_server_addr |
Socket address of the remote DNS server to connect to.
Definition at line 119 of file fnet_dns.h.
Host name to resolve (null-terminated string).
Definition at line 121 of file fnet_dns.h.
Generated on Fri Jul 22 2022 04:54:12 by
