Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

lwip_ip.c File Reference

lwip_ip.c File Reference

Common IPv4 and IPv6 code. More...

Go to the source code of this file.

Functions

char * ipaddr_ntoa (const ip_addr_t *addr)
 Convert numeric IP address (both versions) into ASCII representation.
char * ipaddr_ntoa_r (const ip_addr_t *addr, char *buf, int buflen)
 Same as ipaddr_ntoa, but reentrant since a user-supplied buffer is used.
int ipaddr_aton (const char *cp, ip_addr_t *addr)
 Convert IP address string (both versions) to numeric.
err_t ip_input (struct pbuf *p, struct netif *inp)
 If both IP versions are enabled, this function can dispatch packets to the correct one.

Variables

struct ip_globals ip_data
 Global data for both IPv4 and IPv6.

Detailed Description

Common IPv4 and IPv6 code.

Definition in file lwip_ip.c.


Variable Documentation

Global data for both IPv4 and IPv6.

Definition at line 64 of file lwip_ip.c.