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-01-10 at 22:49:45 +0000