lwIP  2.0.2
Lightweight IP stack
ip.c File Reference
#include "lwip/opt.h"
#include "lwip/ip_addr.h"
#include "lwip/ip.h"

Functions

int ipaddr_aton (const char *cp, ip_addr_t *addr)
 
err_t ip_input (struct pbuf *p, struct netif *inp)
 

Variables

struct ip_globals ip_data
 

Detailed Description

Common IPv4 and IPv6 code

Variable Documentation

◆ ip_data

struct ip_globals ip_data

Global data for both IPv4 and IPv6