Home
last modified time | relevance | path

Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 10 of 10) sorted by relevance

/trueos/contrib/ntp/include/isc/
HDnet.h116 #ifndef IN6ADDR_LOOPBACK_INIT
118 #define IN6ADDR_LOOPBACK_INIT { { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } } macro
120 #define IN6ADDR_LOOPBACK_INIT { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 } } macro
HDipv6.h80 #define IN6ADDR_LOOPBACK_INIT {{ 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1 }} macro
/trueos/lib/libc/net/
HDvars.c42 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/trueos/tools/regression/netinet/udpzerobyte/
HDudpzerobyte.c114 struct in6_addr loopback6addr = IN6ADDR_LOOPBACK_INIT; in main()
/trueos/crypto/heimdal/lib/roken/
HDgetaddrinfo.c174 #if defined(HAVE_IPV6) && !defined(HAVE_IN6ADDR_LOOPBACK) && defined(IN6ADDR_LOOPBACK_INIT)
176 struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/trueos/contrib/ntp/libisc/
HDnet.c36 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
/trueos/contrib/netbsd-tests/lib/libc/net/
HDh_dns_server.c300 static struct in6_addr loopback = IN6ADDR_LOOPBACK_INIT; in main()
/trueos/tools/regression/priv/
HDmain.c444 struct in6_addr ia6 = IN6ADDR_LOOPBACK_INIT; in enter_jail()
/trueos/sys/netinet6/
HDin6.h189 #define IN6ADDR_LOOPBACK_INIT \ macro
HDin6.c116 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;