/bind-9.11.3/lib/isc/unix/ |
H A D | ipv6.c | 17 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
H A D | net.c | 95 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | ipv6.c | 15 IN6ADDR_ANY_INIT;
|
H A D | net.c | 42 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
|
/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
|
/bind-9.11.3/lib/lwres/ |
H A D | getipnode.c | 135 LIBLWRES_EXTERNAL_DATA const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|