Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/
H A Dnet.h102 #ifndef IN6ADDR_ANY_INIT
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/contrib/ntp/libntp/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/lib/libc/net/
H A Dvars.c40 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
/freebsd/usr.sbin/mld6query/
H A Dmld6.c78 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;
/freebsd/contrib/netbsd-tests/sys/netinet6/
H A Dt_print.c45 IN6ADDR_ANY_INIT,
/freebsd/contrib/ntp/libntp/lib/isc/win32/
H A Dnet.c51 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
/freebsd/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c96 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
/freebsd/include/
H A Dresolv.h198 #ifdef IN6ADDR_ANY_INIT
/freebsd/sys/netinet6/
H A Din6.h191 #define IN6ADDR_ANY_INIT \ macro
H A Din6.c144 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
162 { sizeof(sa6_any), AF_INET6, 0, 0, IN6ADDR_ANY_INIT, 0 };
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_util.c1606 struct in6_addr anyaddr = IN6ADDR_ANY_INIT; in test_evutil_v6addr_is_local()
/freebsd/contrib/libevent/test/
H A Dregress_util.c1606 struct in6_addr anyaddr = IN6ADDR_ANY_INIT; in test_evutil_v6addr_is_local()