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

/illumos-gate/usr/src/lib/libresolv2/common/inet/
H A Dinet_data.c44 const struct in6_addr isc_in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_after.h110 #define IN6ADDR_LOOPBACK_INIT \ macro
131 #undef IN6ADDR_LOOPBACK_INIT macro
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
/illumos-gate/usr/src/uts/common/netinet/
H A Din.h445 * Note: Macros IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT are for
452 * const struct in6_addr IN6ADDR_LOOPBACK_INIT;
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
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_asp.c61 { IN6ADDR_LOOPBACK_INIT, IN6ADDR_MASK128_INIT,
H A Dip6_if.c1386 static in6_addr_t ipv6loopback = IN6ADDR_LOOPBACK_INIT;
/illumos-gate/usr/src/boot/include/netinet6/
H A Din6.h189 #define IN6ADDR_LOOPBACK_INIT \ macro
/illumos-gate/usr/src/lib/libsocket/inet/
H A Dgetaddrinfo.c66 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2193 struct in6_addr loopback_addr = IN6ADDR_LOOPBACK_INIT;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dmain.c1945 struct sockaddr_in6 from = IN6ADDR_LOOPBACK_INIT;

Completed in 124 milliseconds