#include "ip_addr.h"#include "action.h"#include "route.h"Go to the source code of this file.
Data Structures | |
| struct | onsend_info |
Defines | |
| #define | get_onsend_info() (p_onsend) |
Functions | |
| int | run_onsend (struct sip_msg *orig_msg, struct dest_info *dst, char *buf, int len) |
Variables | |
| onsend_info * | p_onsend |
|
|
Definition at line 52 of file onsend.h. Referenced by eval_elem(), ipmatch_onsend(), and search_f(). |
|
||||||||||||||||||||
|
Definition at line 57 of file onsend.h. References onsend_info::buf, DEFAULT_RT, init_run_actions_ctx, onsend_info::len, onsend_rt, p_onsend, route_list::rlist, run_actions(), dest_info::send_sock, onsend_info::send_sock, dest_info::to, and onsend_info::to. Referenced by forward_request(), and t_send_branch(). |
|
|
Definition at line 93 of file action.c. Referenced by do_action(), and run_onsend(). |
1.3.9.1