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
ip_addr.h File Reference
IP address API (common IPv4 and IPv6) More...
Go to the source code of this file.
Data Structures | |
| struct | ip_addr | 
| A union struct for both IP version's addresses.  More... | |
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.   | |
Detailed Description
IP address API (common IPv4 and IPv6)
Definition in file ip_addr.h.
Generated on Fri Jul 22 2022 04:54:06 by
 1.7.2 
    