Searched defs:IN6ADDR_ANY_INIT (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/lib/lwres/unix/include/lwres/ |
H A D | net.h | 34 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY and #IN6ADDR_ANY_INIT 73 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in 78 #ifndef IN6ADDR_ANY_INIT 80 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro 82 #define IN6ADDR_ANY_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } macro 87 * Initialize address loopback. See IN6ADDR_ANY_INIT
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | ipv6.h | 41 #ifndef IN6ADDR_ANY_INIT 42 #define IN6ADDR_ANY_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }} macro
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | ipv6.h | 66 #define IN6ADDR_ANY_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }}} macro
|
/bind-9.11.3/lib/lwres/include/lwres/ |
H A D | ipv6.h | 49 #define IN6ADDR_ANY_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }}} macro
|
/bind-9.11.3/lib/isc/unix/include/isc/ |
H A D | net.h | 40 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT, 94 #ifndef IN6ADDR_ANY_INIT 98 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in 103 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro 105 #define IN6ADDR_ANY_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } macro
|
Completed in 11 milliseconds