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

/freebsd-11-stable/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-11-stable/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-11-stable/lib/libc/net/
H A Dvars.c41 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/netbsd-tests/sys/netinet6/
H A Dt_print.c45 IN6ADDR_ANY_INIT,
/freebsd-11-stable/usr.sbin/mld6query/
H A Dmld6.c79 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;
/freebsd-11-stable/include/
H A Dresolv.h197 #ifdef IN6ADDR_ANY_INIT
/freebsd-11-stable/sys/netinet6/
H A Din6.h186 #define IN6ADDR_ANY_INIT \ macro
H A Din6.c119 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
137 { sizeof(sa6_any), AF_INET6, 0, 0, IN6ADDR_ANY_INIT, 0 };

Completed in 220 milliseconds