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

/freebsd-11-stable/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-11-stable/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-11-stable/lib/libc/net/
H A Dvars.c42 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/tools/regression/netinet/udpzerobyte/
H A Dudpzerobyte.c114 struct in6_addr loopback6addr = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/contrib/netbsd-tests/sys/netinet6/
H A Dt_print.c50 IN6ADDR_LOOPBACK_INIT,
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c174 #if defined(HAVE_IPV6) && !defined(HAVE_IN6ADDR_LOOPBACK) && defined(IN6ADDR_LOOPBACK_INIT)
176 struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/net/
H A Dh_dns_server.c300 static struct in6_addr loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/tools/regression/priv/
H A Dmain.c444 struct in6_addr ia6 = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/sys/netinet6/
H A Din6.h189 #define IN6ADDR_LOOPBACK_INIT \ macro
H A Din6.c120 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/libexec/tftpd/tests/
H A Dfunctional.c339 struct in6_addr loopback = IN6ADDR_LOOPBACK_INIT;
/freebsd-11-stable/usr.sbin/nfsuserd/
H A Dnfsuserd.c104 static struct in6_addr in6loopback = IN6ADDR_LOOPBACK_INIT;
298 * localhost (INADDR_LOOPBACK or IN6ADDR_LOOPBACK_INIT).
/freebsd-11-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c3102 const struct in6_addr in6loopback = IN6ADDR_LOOPBACK_INIT;

Completed in 401 milliseconds