Simon Cooksey / mbed-os
Embed: (wiki syntax)

« Back to documentation index

ip_addr.h File Reference

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.

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.