#include <cstddef>#include <siena/exceptions.h>#include <siena/types.h>#include <siena/allocator.h>#include <siena/fwdtable.h>

Go to the source code of this file.
Classes | |
| class | siena::MatchHandler |
| hook for the output function for matching interfaces. More... | |
| class | siena::MatchMessageHandler |
| hook for the output function for matching interfaces. More... | |
| class | siena::ForwardingTable |
| The heart of the forwarding table. More... | |
Namespaces | |
| namespace | siena |
| name space for Siena. | |
Typedefs | |
| typedef unsigned int | siena::if_t |
| Interface type. More... | |
| typedef unsigned int | siena::ifid_t |
| inteface identifier within the matching algorithm. More... | |
This header file defines Siena's forwarding module interface.