|
libcppwrap
A collection of C++ wrappers for native APIs
|


Go to the source code of this file.
Namespaces | |
| namespace | wx |
| namespace | wx::ipv6 |
Functions | |
| bool | wx::ipv6::is_link_local (const in6_addr &address) noexcept |
| Tests if an IPv6 address has link-local scope. More... | |
| struct sockaddr_in6 | wx::ipv6::get_link_local_address (const char *interface_name) |
| Gets the first link-local address for the specified network interface. More... | |
| std::string | wx::ipv6::to_string (const in6_addr &address) |
| Produces a string representation of an IPv6 address. More... | |