Searched defs:IN6ADDR_ANY_INIT (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/lib/lwres/unix/include/lwres/
H A Dnet.h43 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY and #IN6ADDR_ANY_INIT
82 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
87 #ifndef IN6ADDR_ANY_INIT
89 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
91 #define IN6ADDR_ANY_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } macro
96 * Initialize address loopback. See IN6ADDR_ANY_INIT
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dipv6.h50 #ifndef IN6ADDR_ANY_INIT
51 #define IN6ADDR_ANY_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }} macro
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dipv6.h75 #define IN6ADDR_ANY_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }}} macro
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dipv6.h58 #define IN6ADDR_ANY_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }}} macro
/bind-9.6-ESV-R11/lib/isc/unix/include/isc/
H A Dnet.h48 * It ensures that #INADDR_LOOPBACK, #INADDR_ANY, #IN6ADDR_ANY_INIT,
102 #ifndef IN6ADDR_ANY_INIT
106 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
111 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
113 #define IN6ADDR_ANY_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } macro

Completed in 13 milliseconds