#include <route_struct.h>

Data Fields | |
| action_elem_t | elem [MAX_ACTION_ELEMS] |
| int | line |
| struct action * | next |
| int | type |
Definition at line 134 of file route_struct.h.
| action_elem_t elem[MAX_ACTION_ELEMS] |
Definition at line 136 of file route_struct.h.
Referenced by check_actions(), cpl_proxy_to_loc_set(), cr_do_route(), do_action(), do_assign(), ds_update_dst(), exec_str(), fix_actions(), mk_action(), next_gw(), ops_pushto_avp(), print_action(), rewrite_ruri(), subst_user_f(), and update_new_uri().
| int line |
Definition at line 137 of file route_struct.h.
Referenced by do_action(), do_assign(), fix_actions(), and mk_action().
Definition at line 138 of file route_struct.h.
Referenced by append_action(), check_actions(), cpl_proxy_to_loc_set(), cr_do_route(), do_action(), ds_update_dst(), fix_actions(), mk_action(), next_gw(), print_actions(), push(), rewrite_ruri(), run_action_list(), and update_new_uri().
| int type |
Definition at line 135 of file route_struct.h.
Referenced by alias_db_lookup(), check_actions(), cpl_proxy_to_loc_set(), cr_do_route(), do_action(), do_assign(), ds_update_dst(), exec_str(), fix_actions(), mk_action(), next_gw(), ops_pushto_avp(), print_action(), rewrite_ruri(), subst_user_f(), and update_new_uri().
1.5.6