Botan 3.12.0
Crypto and TLS for C&
Botan::IPv4Subnet Member List

This is the complete list of members for Botan::IPv4Subnet, including all inherited members.

address() constBotan::IPv4Subnetinline
contains(const IPv4Address &ip) constBotan::IPv4Subnet
from_address_and_mask(std::span< const uint8_t, 8 > addr_and_mask)Botan::IPv4Subnetstatic
from_address_and_mask(uint32_t addr, uint32_t mask)Botan::IPv4Subnetstatic
from_string(std::string_view str)Botan::IPv4Subnetstatic
host(IPv4Address address)Botan::IPv4Subnetinlinestatic
IPv4Subnet(IPv4Address address, size_t prefix_length)Botan::IPv4Subnet
is_host() constBotan::IPv4Subnetinline
operator==(const IPv4Subnet &, const IPv4Subnet &)=defaultBotan::IPv4Subnetfriend
prefix_length() constBotan::IPv4Subnetinline
serialize() constBotan::IPv4Subnet
to_string() constBotan::IPv4Subnet