Searched defs:IN6ADDR_LOOPBACK_INIT (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/lwres/unix/include/lwres/ |
H A D | net.h | 73 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in 89 #ifndef IN6ADDR_LOOPBACK_INIT 91 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro 93 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | ipv6.h | 44 #ifndef IN6ADDR_LOOPBACK_INIT 45 #define IN6ADDR_LOOPBACK_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }} macro
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | ipv6.h | 67 #define IN6ADDR_LOOPBACK_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}} macro
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | ipv6.h | 50 #define IN6ADDR_LOOPBACK_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}} macro
|
/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | net.h | 98 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in 109 #ifndef IN6ADDR_LOOPBACK_INIT 112 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro 114 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
|
Completed in 13 milliseconds