|
llmx-rtaco 0.0.1
RTNL-only netlink control-plane library for Linux (C++23).
|
| Nllmx | |
| Nrtaco | |
| Ndetail | |
| CWaitAllCombiner | |
| CWaitAllCombiner< void > | |
| CSignalTraits | |
| CSignalTraits< R(Args...)> | |
| CControl | High-level control interface for kernel netlink operations |
| CListener | Asynchronous netlink message listener and event dispatcher |
| CSignal | Signal/slot wrapper supporting synchronous and asynchronous execution |
| CSignal< R(Args...), Combiner > | |
| Cenable_bitmask_operators | Enable 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 > | |
| CEndpoint | Netlink-specific endpoint wrapper for Boost.Asio |
| CProtocol | Protocol descriptor for netlink sockets |
| CSocket | RAII wrapper for a Boost.Asio netlink socket |
| CSocketGuard | Thread-safe guard owning a labeled Socket |
| CAddressDumpTask | Task that performs a full address dump from the kernel |
| CAddressRequest | |
| CAddressTask | Base task type for address-related netlink operations |
| CLinkDumpTask | Task that performs a full link dump from the kernel |
| CLinkRequest | |
| CLinkTask | Base task type for link-related netlink operations |
| CNeighborDumpTask | Task that performs a complete neighbor table dump |
| CNeighborFlushTask | Task that flushes (deletes) a specific neighbor entry |
| CNeighborGetTask | Task that retrieves a single neighbor entry |
| CNeighborProbeTask | Task that triggers a neighbor probe (solicit) for an address |
| CNeighborRequest | |
| CNeighborTask | Base task type for neighbor-related netlink operations |
| CRequestTask | Base template for single-request netlink tasks |
| CRouteDumpTask | Task that performs a full route table dump from the kernel |
| CRouteRequest | |
| CRouteTask | Base task type for route-related netlink operations |
| CRequestBehaviorChecker |