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.
IP address handling
[Infrastructure]
Data Structures | |
struct | _ip_addr |
A union struct for both IP version's addresses. More... | |
Modules | |
IPv4 only | |
IPv6 only | |
Typedefs | |
typedef struct _ip_addr | ip_addr_t |
A union struct for both IP version's addresses. | |
Functions | |
int | ipaddr_aton (const char *cp, ip_addr_t *addr) |
Convert IP address string (both versions) to numeric. |
Typedef Documentation
typedef ip6_addr_t ip_addr_t |
A union struct for both IP version's addresses.
ATTENTION: watch out for its size when adding IPv6 address scope!
Definition at line 216 of file FEATURE_LWIP/lwip-interface/lwip/src/include/lwip/ip_addr.h.
Function Documentation
int ipaddr_aton | ( | const char * | cp, |
ip_addr_t * | addr | ||
) |
Generated on Tue Jul 12 2022 17:35:05 by
