The Pedigree Project  0.1
Classes | Macros | Typedefs | Variables
inet.h File Reference
#include "lwip/opt.h"
#include "lwip/def.h"
#include "lwip/ip_addr.h"
#include "lwip/ip6_addr.h"
+ Include dependency graph for inet.h:

Go to the source code of this file.

Classes

struct  in_addr
 
struct  in6_addr
 

Macros

#define s6_addr   un.u8_addr
 
#define INADDR_NONE   IPADDR_NONE
 
#define INADDR_LOOPBACK   IPADDR_LOOPBACK
 
#define INADDR_ANY   IPADDR_ANY
 
#define INADDR_BROADCAST   IPADDR_BROADCAST
 
#define IN6ADDR_ANY_INIT   {{{0,0,0,0}}}
 
#define IN6ADDR_LOOPBACK_INIT   {{{0,0,0,PP_HTONL(1)}}}
 
#define IN_CLASSA(a)   IP_CLASSA(a)
 
#define IN_CLASSA_NET   IP_CLASSA_NET
 
#define IN_CLASSA_NSHIFT   IP_CLASSA_NSHIFT
 
#define IN_CLASSA_HOST   IP_CLASSA_HOST
 
#define IN_CLASSA_MAX   IP_CLASSA_MAX
 
#define IN_CLASSB(b)   IP_CLASSB(b)
 
#define IN_CLASSB_NET   IP_CLASSB_NET
 
#define IN_CLASSB_NSHIFT   IP_CLASSB_NSHIFT
 
#define IN_CLASSB_HOST   IP_CLASSB_HOST
 
#define IN_CLASSB_MAX   IP_CLASSB_MAX
 
#define IN_CLASSC(c)   IP_CLASSC(c)
 
#define IN_CLASSC_NET   IP_CLASSC_NET
 
#define IN_CLASSC_NSHIFT   IP_CLASSC_NSHIFT
 
#define IN_CLASSC_HOST   IP_CLASSC_HOST
 
#define IN_CLASSC_MAX   IP_CLASSC_MAX
 
#define IN_CLASSD(d)   IP_CLASSD(d)
 
#define IN_CLASSD_NET   IP_CLASSD_NET /* These ones aren't really */
 
#define IN_CLASSD_NSHIFT   IP_CLASSD_NSHIFT /* net and host fields, but */
 
#define IN_CLASSD_HOST   IP_CLASSD_HOST /* routing needn't know. */
 
#define IN_CLASSD_MAX   IP_CLASSD_MAX
 
#define IN_MULTICAST(a)   IP_MULTICAST(a)
 
#define IN_EXPERIMENTAL(a)   IP_EXPERIMENTAL(a)
 
#define IN_BADCLASS(a)   IP_BADCLASS(a)
 
#define IN_LOOPBACKNET   IP_LOOPBACKNET
 
#define INET_ADDRSTRLEN   IP4ADDR_STRLEN_MAX
 

Typedefs

typedef u32_t in_addr_t
 

Variables

const struct in6_addr in6addr_any
 

Detailed Description

This file (together with sockets.h) aims to provide structs and functions from

Definition in file inet.h.

Macro Definition Documentation

#define IN6ADDR_ANY_INIT   {{{0,0,0,0}}}

This macro can be used to initialize a variable of type struct in6_addr to the IPv6 wildcard address.

Definition at line 100 of file inet.h.

#define IN6ADDR_LOOPBACK_INIT   {{{0,0,0,PP_HTONL(1)}}}

This macro can be used to initialize a variable of type struct in6_addr to the IPv6 loopback address.

Definition at line 103 of file inet.h.

#define INADDR_ANY   IPADDR_ANY

0.0.0.0

Definition at line 94 of file inet.h.

#define INADDR_BROADCAST   IPADDR_BROADCAST

255.255.255.255

Definition at line 96 of file inet.h.

#define INADDR_LOOPBACK   IPADDR_LOOPBACK

127.0.0.1

Definition at line 92 of file inet.h.

#define INADDR_NONE   IPADDR_NONE

255.255.255.255

Definition at line 90 of file inet.h.

Variable Documentation

const struct in6_addr in6addr_any

This variable is initialized by the system to contain the wildcard IPv6 address.

Definition at line 123 of file glue.c.