|
Linux Kernel
3.7.1
|
#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 |
| #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } |
| #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 } } } |
| #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } |
Definition at line 241 of file addrconf.c.
Definition at line 243 of file addrconf.c.
Definition at line 244 of file addrconf.c.
Definition at line 242 of file addrconf.c.
1.8.2