rib Globals


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

profile_vars.hh

protocol.hh

register_server.hh

rib.hh

route.hh

rt_tab_base.hh

Global member Documentation

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>


enum ProtocolAdminDistance { CONNECTED_ADMIN_DISTANCE = 0, UNKNOWN_ADMIN_DISTANCE = 255, UNSET_ADMIN_DISTANCE = 256, MAX_ADMIN_DISTANCE = 65535 }

ProtocolAdminDistance

#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, UNREACHABLE = 2, IP = 3 }

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>


typedef UnresolvedIPRouteEntry<IPv4> UnresolvedIPv4RouteEntry

UnresolvedIPv4RouteEntry

#include <route.hh>


typedef UnresolvedIPRouteEntry<IPv6> UnresolvedIPv6RouteEntry

UnresolvedIPv6RouteEntry

#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>



Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:11:09 2009, using kdoc 2.0a54+XORP.