Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 10 of 10) sorted by relevance
| /trueos/contrib/ntp/include/isc/ |
| HD | net.h | 116 #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
|
| HD | ipv6.h | 80 #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/ |
| HD | vars.c | 42 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
| /trueos/tools/regression/netinet/udpzerobyte/ |
| HD | udpzerobyte.c | 114 struct in6_addr loopback6addr = IN6ADDR_LOOPBACK_INIT; in main()
|
| /trueos/crypto/heimdal/lib/roken/ |
| HD | getaddrinfo.c | 174 #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/ |
| HD | net.c | 36 const struct in6_addr isc_net_in6addrloop = IN6ADDR_LOOPBACK_INIT;
|
| /trueos/contrib/netbsd-tests/lib/libc/net/ |
| HD | h_dns_server.c | 300 static struct in6_addr loopback = IN6ADDR_LOOPBACK_INIT; in main()
|
| /trueos/tools/regression/priv/ |
| HD | main.c | 444 struct in6_addr ia6 = IN6ADDR_LOOPBACK_INIT; in enter_jail()
|
| /trueos/sys/netinet6/ |
| HD | in6.h | 189 #define IN6ADDR_LOOPBACK_INIT \ macro
|
| HD | in6.c | 116 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|