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 |
| 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 addrs
std::vector< InterfaceAddress > addrs;
Updated on 2026-01-10 at 22:49:45 +0000