__log_enabled(log_level_t level, const char *path) const | oasys::Logger | [inline] |
__logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
actions_ | dtn::BundleRouter | [protected] |
add_route(RouteEntry *entry) | dtn::TableBasedRouter | [protected] |
admin_app_ | dtn::TcaRouter | [protected] |
baselen_ | oasys::Logger | [protected] |
BundleEventHandler(const char *classname, const char *logpath) | dtn::BundleEventHandler | [inline, protected] |
BundleRouter(const char *classname, const std::string &name) | dtn::BundleRouter | [protected] |
check_next_hop(Link *next_hop) | dtn::TableBasedRouter | [protected, virtual] |
classname_ | oasys::Logger | [protected] |
Config | dtn::BundleRouter | [static] |
create_link(const std::string &link_addr) | dtn::TcaRouter | [protected] |
create_route(const std::string &pattern, Link *p_link) | dtn::TcaRouter | [protected] |
create_route(const std::string &pattern, const std::string &link_addr) | dtn::TcaRouter | [protected] |
create_router(const char *type) | dtn::BundleRouter | [static] |
custody_bundles_ | dtn::BundleRouter | [protected] |
del_route(const EndpointIDPattern &id) | dtn::TableBasedRouter | [protected] |
dispatch_event(BundleEvent *event) | dtn::BundleEventHandler | [protected] |
ForwardingRule enum name | dtn::TcaRouter | |
FWD_NEVER enum value | dtn::TcaRouter | |
fwd_to_all(Bundle *bundle) | dtn::TcaRouter | [protected, virtual] |
fwd_to_matching(Bundle *bundle, Link *next_hop=NULL) | dtn::TcaRouter | [protected, virtual] |
fwd_to_matching_r(Bundle *bundle, Link *next_hop, ForwardingRule fwd_rule) | dtn::TcaRouter | [protected, virtual] |
fwd_to_nexthop(Bundle *bundle, RouteEntry *route) | dtn::TableBasedRouter | [protected, virtual] |
FWD_UDR_ALWAYS enum value | dtn::TcaRouter | |
FWD_UDR_EXCLUSIVELY enum value | dtn::TcaRouter | |
FWD_UDR_IFNECESSARY enum value | dtn::TcaRouter | |
FWD_UDR_NEVER enum value | dtn::TcaRouter | |
get_forwarding_rule(Bundle *b) | dtn::TcaRouter | [protected] |
get_role_str() const | dtn::TcaRouter | [protected] |
get_routing_state(oasys::StringBuffer *buf) | dtn::TableBasedRouter | [protected, virtual] |
handle_add_route(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
handle_anonymous_bundle(Bundle *b) | dtn::TcaRouter | [protected] |
handle_ask(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
handle_bl_ask(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
handle_bl_control_bundle(Bundle *b) | dtn::TcaRouter | [protected] |
handle_bundle_delivered(BundleDeliveredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_expired(BundleExpiredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_free(BundleFreeEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_bundle_received(BundleReceivedEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_bundle_transmit_failed(BundleTransmitFailedEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_bundle_transmitted(BundleTransmittedEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_coa(Bundle *b) | dtn::TcaRouter | [protected] |
handle_contact_down(ContactDownEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_contact_up(ContactUpEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_custody_signal(CustodySignalEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_custody_timeout(CustodyTimeoutEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_del_route(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
handle_event(BundleEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_get_routes(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
handle_link_available(LinkAvailableEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_link_created(LinkCreatedEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_link_deleted(LinkDeletedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_state_change_request(LinkStateChangeRequest *req) | dtn::BundleEventHandler | [protected, virtual] |
handle_link_unavailable(LinkUnavailableEvent *event) | dtn::TcaRouter | [protected, virtual] |
handle_reassembly_completed(ReassemblyCompletedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_register(Bundle *b) | dtn::TcaRouter | [protected] |
handle_registration_added(RegistrationAddedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_registration_expired(RegistrationExpiredEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_registration_removed(RegistrationRemovedEvent *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_route_add(RouteAddEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_route_del(RouteDelEvent *event) | dtn::TableBasedRouter | [protected, virtual] |
handle_shutdown_request(ShutdownRequest *event) | dtn::TcaRouter | [protected, virtual] |
handle_status_request(StatusRequest *event) | dtn::BundleEventHandler | [protected, virtual] |
handle_tca_unbound_bundle(Bundle *bundle) | dtn::TcaRouter | [protected] |
initialize() | dtn::BundleRouter | [virtual] |
is_local_source(Bundle *b) | dtn::TcaRouter | [protected] |
log_enabled(log_level_t level) const | oasys::Logger | [inline] |
log_multiline(log_level_t level, const char *msg) const | oasys::Logger | [inline] |
logf(log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
logf(const char *logpath, log_level_t level, const char *fmt,...) const | oasys::Logger | [inline] |
Logger(const char *classname, const char *fmt,...) | oasys::Logger | [inline] |
Logger(const char *classname, const std::string &logpath) | oasys::Logger | [inline] |
logpath() | oasys::Logger | [inline] |
logpath_ | oasys::Logger | [protected] |
logpath_appendf(const char *fmt,...) | oasys::Logger | [inline] |
logpathf(const char *fmt,...) | oasys::Logger | [inline] |
name_ | dtn::BundleRouter | [protected] |
on_adv_transmitted(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
on_ask_transmitted(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
on_coa_transmitted(Bundle *b, const TcaControlBundle &cb) | dtn::TcaRouter | [protected] |
on_gate_unbound_bundle(Bundle *bundle) | dtn::TcaRouter | [protected] |
on_route_unbound_bundle(Bundle *bundle) | dtn::TcaRouter | [protected] |
pending_bundles_ | dtn::BundleRouter | [protected] |
post_bundle(const EndpointID &src, const EndpointID &dest, const std::string &payload) | dtn::TcaRouter | [protected] |
push_wrapped_bundle(const std::string &code, const EndpointID &src, const EndpointID &dest, const std::string &bsp) | dtn::TcaRouter | [protected] |
Role enum name | dtn::TcaRouter | |
role_ | dtn::TcaRouter | [protected] |
route_table_ | dtn::TableBasedRouter | [protected] |
set_logpath(const char *logpath) | oasys::Logger | [inline] |
should_fwd(const Bundle *bundle, RouteEntry *route) | dtn::TableBasedRouter | [protected, virtual] |
TableBasedRouter(const char *classname, const std::string &name) | dtn::TableBasedRouter | [protected] |
TCA_GATEWAY enum value | dtn::TcaRouter | |
TCA_MOBILE enum value | dtn::TcaRouter | |
TCA_ROUTER enum value | dtn::TcaRouter | |
TcaRouter(Role role) | dtn::TcaRouter | |
vlogf(log_level_t level, const char *fmt, va_list args) const | oasys::Logger | [inline] |
~BundleEventHandler() | dtn::BundleEventHandler | [inline, protected, virtual] |
~BundleRouter() | dtn::BundleRouter | [virtual] |