llarp::vpn::LinuxRouteManager::NLRequest
Public Functions
| Name | |
|---|---|
| void | AddData(int type, const void * data, int alen) |
Public Attributes
| Name | |
|---|---|
| nlmsghdr | n |
| rtmsg | r |
| std::array< char, 128 > | buf |
Public Functions Documentation
function AddData
inline void AddData(
int type,
const void * data,
int alen
)
Public Attributes Documentation
variable n
nlmsghdr n;
variable r
rtmsg r;
variable buf
std::array< char, 128 > buf;
Updated on 2026-01-10 at 22:49:45 +0000