llmx-rtaco 0.0.1
RTNL-only netlink control-plane library for Linux (C++23).
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 Nllmx
 Nrtaco
 Ndetail
 CWaitAllCombiner
 CWaitAllCombiner< void >
 CSignalTraits
 CSignalTraits< R(Args...)>
 CControlHigh-level control interface for kernel netlink operations
 CListenerAsynchronous netlink message listener and event dispatcher
 CSignalSignal/slot wrapper supporting synchronous and asynchronous execution
 CSignal< R(Args...), Combiner >
 Cenable_bitmask_operatorsEnable bitwise operators for an enum class
 CAddressEvent
 Cenable_bitmask_operators< AddressEvent::Flags >
 CLinkEvent
 Cenable_bitmask_operators< LinkEvent::Flags >
 CNeighborEvent
 CRouteEvent
 Cenable_bitmask_operators< RouteEvent::Flags >
 CEndpointNetlink-specific endpoint wrapper for Boost.Asio
 CProtocolProtocol descriptor for netlink sockets
 CSocketRAII wrapper for a Boost.Asio netlink socket
 CSocketGuardThread-safe guard owning a labeled Socket
 CAddressDumpTaskTask that performs a full address dump from the kernel
 CAddressRequest
 CAddressTaskBase task type for address-related netlink operations
 CLinkDumpTaskTask that performs a full link dump from the kernel
 CLinkRequest
 CLinkTaskBase task type for link-related netlink operations
 CNeighborDumpTaskTask that performs a complete neighbor table dump
 CNeighborFlushTaskTask that flushes (deletes) a specific neighbor entry
 CNeighborGetTaskTask that retrieves a single neighbor entry
 CNeighborProbeTaskTask that triggers a neighbor probe (solicit) for an address
 CNeighborRequest
 CNeighborTaskBase task type for neighbor-related netlink operations
 CRequestTaskBase template for single-request netlink tasks
 CRouteDumpTaskTask that performs a full route table dump from the kernel
 CRouteRequest
 CRouteTaskBase task type for route-related netlink operations
 CRequestBehaviorChecker