llarp::util::IOCTL

Inherited by llarp::vpn::IOCTL

Public Functions

Name
IOCTL(const FD & fd)
IOCTL(const IOCTL & ) =delete
IOCTL(IOCTL && ) =delete
template <typename Command ,typename... Args>
void
ioctl(Command cmd, Args &&... args)

Protected Functions

Name
IOCTL(int fd)

Protected Attributes

Name
const util::FD m_own_FD
const util::FD & m_FD

Public Functions Documentation

function IOCTL

explicit IOCTL(
    const FD & fd
)

function IOCTL

IOCTL(
    const IOCTL & 
) =delete

function IOCTL

IOCTL(
    IOCTL && 
) =delete

function ioctl

template <typename Command ,
typename... Args>
inline void ioctl(
    Command cmd,
    Args &&... args
)

Protected Functions Documentation

function IOCTL

explicit IOCTL(
    int fd
)

Protected Attributes Documentation

variable m_own_FD

const util::FD m_own_FD;

variable m_FD

const util::FD & m_FD;

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