llarp::vpn::InterfaceAddress

Public Functions

Name
constexpr InterfaceAddress(IPRange r, int f =AF_INET)
bool operator<(const InterfaceAddress & other) const

Public Attributes

Name
IPRange range
int fam

Public Functions Documentation

function InterfaceAddress

inline constexpr InterfaceAddress(
    IPRange r,
    int f =AF_INET
)

function operator<

inline bool operator<(
    const InterfaceAddress & other
) const

Public Attributes Documentation

variable range

IPRange range;

variable fam

int fam;

Updated on 2026-08-23 at 15:46:34 +0000