jabberd2
2.6.1
|
#include <router.h>
Data Fields | |
const char * | name |
route_type_t | rtype |
component_t * | comp |
int | ncomp |
const char* routes_st::name |
Definition at line 210 of file router.h.
Referenced by _route_add(), _router_advertise_reverse(), _router_process_route(), and routes_free().
route_type_t routes_st::rtype |
Definition at line 211 of file router.h.
Referenced by _route_add(), and _router_process_route().
component_t* routes_st::comp |
Definition at line 212 of file router.h.
Referenced by _route_add(), _route_remove(), _router_advertise_reverse(), _router_broadcast(), _router_process_route(), and routes_free().
int routes_st::ncomp |
Definition at line 213 of file router.h.
Referenced by _route_add(), _route_remove(), _router_advertise_reverse(), _router_broadcast(), and _router_process_route().