llarp::vpn::LinuxRouteManager::_inet_addr

Public Functions

Name
_inet_addr(net::ipv4addr_t addr, size_t bits =32)
_inet_addr(net::ipv6addr_t addr, size_t bits =128)

Public Attributes

Name
unsigned char family
unsigned char bitlen
unsigned char data

Public Functions Documentation

function _inet_addr

inline _inet_addr(
    net::ipv4addr_t addr,
    size_t bits =32
)

function _inet_addr

inline _inet_addr(
    net::ipv6addr_t addr,
    size_t bits =128
)

Public Attributes Documentation

variable family

unsigned char family;

variable bitlen

unsigned char bitlen;

variable data

unsigned char data;

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