in6addr_any, in6addr_loopback — IPv6 address variables
[IP6] #include <netinet/in.h>
const struct in6_addr in6addr_any;
const struct in6_addr in6addr_loopback;
The in6addr_any variable is initialized by the system to contain the wildcard IPv6 address (::).
The in6addr_loopback variable is initialized by the system to contain the loopback IPv6 address (::1).
None.
No errors are defined.
None.
None.
These variables were only described on the XBD <netinet/in.h> page in earlier versions of this standard.
None.
XBD <netinet/in.h>
First released in Issue 8. Derived from Issue 7 XBD <netinet/in.h>.
return to top of page