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.
Dependents: mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more
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. | |
Enumerations | |
| enum | lwip_ip_addr_type { IPADDR_TYPE_V4 = 0U, IPADDR_TYPE_V6 = 6U, IPADDR_TYPE_ANY = 46U } |
IP address types for use in ip_addr_t.type member. More... | |
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 |
Enumeration Type Documentation
| enum lwip_ip_addr_type |
IP address types for use in ip_addr_t.type member.
- See also:
- tcp_new_ip_type(), udp_new_ip_type(), raw_new_ip_type().
Function Documentation
| int ipaddr_aton | ( | const char * | cp, |
| ip_addr_t * | addr | ||
| ) |
Generated on Tue Jul 12 2022 11:02:38 by
1.7.2