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-04-01 at 23:35:40 +0000