Functions for modifying routing data via fifo commands. More...
#include "../../lib/kmi/mi.h"

Go to the source code of this file.
Definition in file cr_fifo.h.
| struct mi_root* activate_host | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 273 of file cr_fifo.c.
References fifo_opt::cmd, get_fifo_opts(), opt_settings, print_fifo_err(), fifo_opt::status, and update_route_data().

| struct mi_root* add_host | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 317 of file cr_fifo.c.
References fifo_opt::cmd, get_fifo_opts(), opt_settings, print_fifo_err(), fifo_opt::status, and update_route_data().

| struct mi_root* deactivate_host | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 229 of file cr_fifo.c.
References fifo_opt::cmd, get_fifo_opts(), opt_settings, print_fifo_err(), fifo_opt::status, and update_route_data().

| struct mi_root* delete_host | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 357 of file cr_fifo.c.
References fifo_opt::cmd, get_fifo_opts(), opt_settings, print_fifo_err(), and update_route_data().

| struct mi_root* dump_fifo | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 125 of file cr_fifo.c.
References route_data_t::carrier_num, route_data_t::carriers, carrier_data_t::domain_num, carrier_data_t::domains, dump_tree_recursor(), get_data(), domain_data_t::id, carrier_data_t::id, _str::len, domain_data_t::name, carrier_data_t::name, release_data(), _str::s, and domain_data_t::tree.

| struct mi_root* reload_fifo | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 104 of file cr_fifo.c.
References reload_route_data().

| struct mi_root* replace_host | ( | struct mi_root * | cmd_tree, | |
| void * | param | |||
| ) | [read] |
| cmd_tree | the MI command tree | |
| param | the parameter |
Definition at line 185 of file cr_fifo.c.
References fifo_opt::cmd, get_fifo_opts(), opt_settings, print_fifo_err(), fifo_opt::status, and update_route_data().

1.7.1