Searched defs:in6addr_loopback (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/include/netinet/
H A Din.h51 extern const struct in6_addr in6addr_loopback __INTRODUCED_IN(24);
54 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; variable in typeref:struct:in6_addr
/bionic/tools/versioner/current/netinet/
H A Din.h51 extern const struct in6_addr in6addr_loopback __INTRODUCED_IN(24);
54 static const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; variable in typeref:struct:in6_addr
/bionic/libc/bionic/
H A Dnetinet_in.cpp71 const in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT; variable

Completed in 1161 milliseconds