OpenVPN 3 Core Library
|
#include <openvpn/addr/route.hpp>
#include <openvpn/common/exception.hpp>
#include <openvpn/random/randapi.hpp>
Go to the source code of this file.
Namespaces | |
namespace | openvpn |
namespace | openvpn::IP |
Functions | |
IPv4::Addr | openvpn::IP::random_addr_v4 (RandomAPI &prng) |
IPv6::Addr | openvpn::IP::random_addr_v6 (RandomAPI &prng) |
Addr | openvpn::IP::random_addr (const Addr::Version v, RandomAPI &prng) |
Route | openvpn::IP::random_subnet (const Route &templ, const unsigned int prefix_len, RandomAPI &prng) |