Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 - 19 of 19) sorted by relevance

/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dipv6.c27 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
H A Dnet.c101 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dipv6.c27 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
H A Dnet.c102 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dipv6.c27 IN6ADDR_LOOPBACK_INIT;
H A Dnet.c55 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/contrib/bind9/lib/lwres/unix/include/lwres/
H A Dnet.h82 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
98 #ifndef IN6ADDR_LOOPBACK_INIT
100 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
102 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
/freebsd-9.3-release/lib/libc/net/
H A Dvars.c42 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/include/isc/
H A Dipv6.h53 #ifndef IN6ADDR_LOOPBACK_INIT
54 #define IN6ADDR_LOOPBACK_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }} macro
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/include/isc/
H A Dnet.h106 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
117 #ifndef IN6ADDR_LOOPBACK_INIT
120 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
122 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h106 * IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT were added in
117 #ifndef IN6ADDR_LOOPBACK_INIT
120 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
122 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dipv6.h76 #define IN6ADDR_LOOPBACK_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}} macro
/freebsd-9.3-release/contrib/bind9/lib/lwres/include/lwres/
H A Dipv6.h59 #define IN6ADDR_LOOPBACK_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}} macro
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dipv6.h76 #define IN6ADDR_LOOPBACK_INIT {{{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }}} macro
/freebsd-9.3-release/tools/regression/netinet/udpzerobyte/
H A Dudpzerobyte.c114 struct in6_addr loopback6addr = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c177 #if defined(HAVE_IPV6) && !defined(HAVE_IN6ADDR_LOOPBACK) && defined(IN6ADDR_LOOPBACK_INIT)
179 struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/tools/regression/priv/
H A Dmain.c429 struct in6_addr ia6 = IN6ADDR_LOOPBACK_INIT;
/freebsd-9.3-release/sys/netinet6/
H A Din6.h189 #define IN6ADDR_LOOPBACK_INIT \ macro
H A Din6.c115 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;

Completed in 160 milliseconds