#include <route_struct.h>

Data Fields | |
| int | type |
| union { | |
| void * data | |
| pv_spec_t * item | |
| long number | |
| str s | |
| char * string | |
| } | u |
Definition at line 118 of file route_struct.h.
| void* data |
Definition at line 123 of file route_struct.h.
Referenced by check_actions(), do_action(), do_assign(), fix_actions(), mk_action(), and print_action().
| long number |
Definition at line 121 of file route_struct.h.
Referenced by check_actions(), do_action(), fix_actions(), next_gw(), print_action(), and update_new_uri().
Definition at line 124 of file route_struct.h.
Referenced by cpl_proxy_to_loc_set(), do_action(), mk_action(), and next_gw().
| char* string |
Definition at line 122 of file route_struct.h.
Referenced by cpl_proxy_to_loc_set(), cr_do_route(), do_action(), ds_update_dst(), exec_str(), fix_actions(), next_gw(), ops_pushto_avp(), print_action(), rewrite_ruri(), subst_user_f(), and update_new_uri().
| int type |
Definition at line 119 of file route_struct.h.
Referenced by 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().
| union { ... } u |
1.5.6