Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
in6.h File Reference
#include <uapi/linux/in6.h>

Go to the source code of this file.

Macros

#define IN6ADDR_ANY_INIT   { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
 
#define IN6ADDR_LOOPBACK_INIT   { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
 
#define IN6ADDR_LINKLOCAL_ALLNODES_INIT   { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
 
#define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT   { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }
 

Variables

struct in6_addr in6addr_any
 
struct in6_addr in6addr_loopback
 
struct in6_addr in6addr_linklocal_allnodes
 
struct in6_addr in6addr_linklocal_allrouters
 

Macro Definition Documentation

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

Definition at line 26 of file in6.h.

#define IN6ADDR_LINKLOCAL_ALLNODES_INIT   { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }

Definition at line 30 of file in6.h.

#define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT   { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }

Definition at line 33 of file in6.h.

#define IN6ADDR_LOOPBACK_INIT   { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }

Definition at line 28 of file in6.h.

Variable Documentation

struct in6_addr in6addr_any

Definition at line 241 of file addrconf.c.

struct in6_addr in6addr_linklocal_allnodes

Definition at line 243 of file addrconf.c.

struct in6_addr in6addr_linklocal_allrouters

Definition at line 244 of file addrconf.c.

struct in6_addr in6addr_loopback

Definition at line 242 of file addrconf.c.