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

/freebsd-10.0-release/lib/libc/net/
H A Dvars.c41 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
/freebsd-10.0-release/contrib/ntp/include/isc/
H A Dnet.h47 * It ensures that INADDR_LOOPBACK, INADDR_ANY, IN6ADDR_ANY_INIT,
103 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
108 #ifndef IN6ADDR_ANY_INIT
110 #define IN6ADDR_ANY_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } } macro
112 #define IN6ADDR_ANY_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 } } macro
H A Dipv6.h79 #define IN6ADDR_ANY_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }} macro
/freebsd-10.0-release/contrib/ntp/include/
H A Dntp_rfc2553.h155 #define IN6ADDR_ANY_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 }} macro
157 #define IN6ADDR_ANY_INIT \ macro
/freebsd-10.0-release/contrib/ntp/libisc/
H A Dnet.c32 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
/freebsd-10.0-release/usr.sbin/mld6query/
H A Dmld6.c80 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;
/freebsd-10.0-release/include/
H A Dresolv.h196 #ifdef IN6ADDR_ANY_INIT
/freebsd-10.0-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 199 milliseconds