libcppwrap
A collection of C++ wrappers for native APIs
Loading...
Searching...
No Matches
Namespaces | Functions
ipv6.hpp File Reference
#include <string>
#include <netinet/ip6.h>
Include dependency graph for ipv6.hpp:
This graph shows which files directly or indirectly include this file:

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...