Searched refs:IN6ADDR_ANY_INIT (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/unix/include/isc/ |
H A D | net.h | 102 #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 D | ipv6.h | 50 #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 D | vars.c | 40 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;
|
/freebsd/usr.sbin/mld6query/ |
H A D | mld6.c | 78 struct in6_addr maddr = IN6ADDR_ANY_INIT, any = IN6ADDR_ANY_INIT;
|
/freebsd/contrib/netbsd-tests/sys/netinet6/ |
H A D | t_print.c | 45 IN6ADDR_ANY_INIT,
|
/freebsd/contrib/ntp/libntp/lib/isc/win32/ |
H A D | net.c | 51 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
|
/freebsd/contrib/ntp/libntp/lib/isc/unix/ |
H A D | net.c | 96 const struct in6_addr isc_net_in6addrany = IN6ADDR_ANY_INIT;
|
/freebsd/include/ |
H A D | resolv.h | 198 #ifdef IN6ADDR_ANY_INIT
|
/freebsd/sys/netinet6/ |
H A D | in6.h | 191 #define IN6ADDR_ANY_INIT \ macro
|
H A D | in6.c | 144 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 D | regress_util.c | 1606 struct in6_addr anyaddr = IN6ADDR_ANY_INIT; in test_evutil_v6addr_is_local()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_util.c | 1606 struct in6_addr anyaddr = IN6ADDR_ANY_INIT; in test_evutil_v6addr_is_local()
|