Searched defs:IN6ADDR_LOOPBACK_INIT (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 110 #define IN6ADDR_LOOPBACK_INIT \ macro 131 #undef IN6ADDR_LOOPBACK_INIT macro 138 #ifndef IN6ADDR_LOOPBACK_INIT 140 #define IN6ADDR_LOOPBACK_INIT {{{ 0, 0, 0, 1 }}} macro 142 #define IN6ADDR_LOOPBACK_INIT {{{0, 0, 0, 0x01000000}}} macro 159 #ifndef IN6ADDR_LOOPBACK_INIT 161 #define IN6ADDR_LOOPBACK_INIT \ macro 165 #define IN6ADDR_LOOPBACK_INIT \ macro
|
/illumos-gate/usr/src/boot/include/netinet6/ |
H A D | in6.h | 189 #define IN6ADDR_LOOPBACK_INIT \ macro
|
/illumos-gate/usr/src/uts/common/netinet/ |
H A D | in.h | 445 * Note: Macros IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT are for 452 * const struct in6_addr IN6ADDR_LOOPBACK_INIT; 460 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0x00000001U } macro 462 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0x01000000U } macro 472 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0, \ macro
|
Completed in 173 milliseconds