Searched refs:IN6ADDR_LOOPBACK_INIT (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/include/ |
H A D | port_after.h | 110 #define IN6ADDR_LOOPBACK_INIT \ macro 131 #undef IN6ADDR_LOOPBACK_INIT 138 #ifndef IN6ADDR_LOOPBACK_INIT 140 #define IN6ADDR_LOOPBACK_INIT {{{ 0, 0, 0, 1 }}} macro 142 #define IN6ADDR_LOOPBACK_INIT {{{0, 0, 0, 0x01000000}}} macro 159 #ifndef IN6ADDR_LOOPBACK_INIT 161 #define IN6ADDR_LOOPBACK_INIT \ macro 165 #define IN6ADDR_LOOPBACK_INIT \ macro
|
/titanic_50/usr/src/lib/libresolv2/common/inet/ |
H A D | inet_data.c | 44 const struct in6_addr isc_in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | in.h | 460 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0x00000001U } macro 462 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0x01000000U } macro 472 #define IN6ADDR_LOOPBACK_INIT { 0, 0, 0, 0, \ macro
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip6_asp.c | 61 { IN6ADDR_LOOPBACK_INIT, IN6ADDR_MASK128_INIT,
|
H A D | ip6_if.c | 1386 static in6_addr_t ipv6loopback = IN6ADDR_LOOPBACK_INIT; in ip_addr_scope_v6()
|
/titanic_50/usr/src/lib/libsocket/inet/ |
H A D | getaddrinfo.c | 66 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | main.c | 1945 struct sockaddr_in6 from = IN6ADDR_LOOPBACK_INIT; in loopback_ra_dequeue()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/ |
H A D | mpd_main.c | 2193 struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT; in setup_listener()
|