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.
Dependencies: EthernetNetIf mbed
TinyResolver.cpp File Reference
Tiny DNS Resolver. More...
Go to the source code of this file.
Functions | |
| int | getHostByName (IpAddr nameserver, const char *name, uint32_t *addr) |
| resolv host by name | |
Detailed Description
Tiny DNS Resolver.
Definition in file TinyResolver.cpp.
Function Documentation
| int getHostByName | ( | IpAddr | nameserver, |
| const char * | name, | ||
| uint32_t * | addr | ||
| ) |
resolv host by name
- Parameters:
-
nameserver DNS server name hostname addr IP address (return)
- Returns:
- 0:success, -1:failue
Definition at line 127 of file TinyResolver.cpp.
Generated on Wed Jul 13 2022 09:29:18 by
1.7.2