| void  initialize_profiling_variables (Profile& p) | initialize_profiling_variables | 
#include <profile_vars.hh>
Profile variables See: profile_vars.cc for definitions.
| enum ProtocolType { IGP = 1, EGP = 2 } | ProtocolType | 
#include <protocol.hh>
| typedef XrlRibClientV0p1Client ResponseSender | ResponseSender | 
#include <register_server.hh>
| enum RibTransportType { UNICAST = 1, MULTICAST = 2 } | RibTransportType | 
#include <rib.hh>
| enum RibVerifyType { MISS = 0, DISCARD = 1, IP = 2 } | RibVerifyType | 
#include <rib.hh>
| typedef RIB<IPv4> IPv4RIB | IPv4RIB | 
#include <rib.hh>
| typedef RIB<IPv6> IPv6RIB | IPv6RIB | 
#include <rib.hh>
| typedef IPRouteEntry<IPv4> IPv4RouteEntry | IPv4RouteEntry | 
#include <route.hh>
| typedef IPRouteEntry<IPv6> IPv6RouteEntry | IPv6RouteEntry | 
#include <route.hh>
| typedef ResolvedIPRouteEntry<IPv4> ResolvedIPv4RouteEntry | ResolvedIPv4RouteEntry | 
#include <route.hh>
| typedef ResolvedIPRouteEntry<IPv6> ResolvedIPv6RouteEntry | ResolvedIPv6RouteEntry | 
#include <route.hh>
| enum TableType { ORIGIN_TABLE = 1 << 0, MERGED_TABLE = 1 << 1, EXTINT_TABLE = 1 << 2, REDIST_TABLE = 1 << 3, REGISTER_TABLE = 1 << 4, DELETION_TABLE = 1 << 5, EXPECT_TABLE = 1 << 6, LOG_TABLE = 1 << 7, POLICY_REDIST_TABLE = 1 << 8, POLICY_CONNECTED_TABLE = 1 << 9, MAX_TABLE_TYPE = 1 << 9 } | TableType | 
#include <rt_tab_base.hh>