Searched refs:IN6ADDR_ANY_INIT (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/ntp/lib/isc/unix/
H A Dipv6.c26 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
H A Dnet.c96 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
/freebsd-10.3-release/contrib/ntp/lib/isc/win32/
H A Dipv6.c24 IN6ADDR_ANY_INIT;
H A Dnet.c51 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
/freebsd-10.3-release/lib/libc/net/
H A Dvars.c41 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
/freebsd-10.3-release/contrib/ntp/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
/freebsd-10.3-release/contrib/ntp/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
/freebsd-10.3-release/contrib/ntp/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
/freebsd-10.3-release/usr.sbin/mld6query/
H A Dmld6.c80 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;
/freebsd-10.3-release/include/
H A Dresolv.h197 #ifdef IN6ADDR_ANY_INIT
/freebsd-10.3-release/sys/netinet6/
H A Din6.h186 #define IN6ADDR_ANY_INIT \ macro
H A Din6.c115 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
133 { sizeof(sa6_any), AF_INET6, 0, 0, IN6ADDR_ANY_INIT, 0 };

Completed in 183 milliseconds