llarp::vpn::InterfaceInfo
Public Functions
| Name | |
|---|---|
| net::ipaddr_t | operator[](size_t idx) const get address number N |
Public Attributes
| Name | |
|---|---|
| std::string | ifname |
| unsigned int | index |
| uint16_t | mtu |
| std::vector< InterfaceAddress > | addrs |
Public Functions Documentation
function operator[]
inline net::ipaddr_t operator[](
size_t idx
) const
get address number N
Public Attributes Documentation
variable ifname
std::string ifname;
variable index
unsigned int index;
variable mtu
uint16_t mtu {net::IPPacket::MaxSize};
variable addrs
std::vector< InterfaceAddress > addrs;
Updated on 2026-04-01 at 23:35:40 +0000