llarp::net::InterfaceInfo

info about a network interface lokinet does not own

#include <interface_info.hpp>

Public Functions

Name
std::string ToString() const

Public Attributes

Name
std::string name
human readable name of interface
unsigned int index
interface's index
std::vector< IPRange > addrs
the addresses owned by this interface

Public Functions Documentation

function ToString

std::string ToString() const

Public Attributes Documentation

variable name

std::string name;

human readable name of interface

variable index

unsigned int index;

interface's index

variable addrs

std::vector< IPRange > addrs;

the addresses owned by this interface


Updated on 2026-01-10 at 22:49:45 +0000