My climat station
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 14:26:08 by
1.7.2
Gleb Klochkov