Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 - 8 of 8) sorted by relevance
/bind-9.11.3/lib/isc/unix/ |
H A D | ipv6.c | 18 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
H A D | net.c | 99 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | ipv6.c | 18 IN6ADDR_LOOPBACK_INIT;
|
/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 21 milliseconds