Go to the documentation of this file.
26 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } }
28 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
30 #define IN6ADDR_LINKLOCAL_ALLNODES_INIT \
31 { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } }
33 #define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT \
34 { { { 0xff,2,0,0,0,0,0,0,0,0,0,0,0,0,0,2 } } }