#include <ip_addr.h>

Data Fields | |
| int | proto |
| int | proto_reserved1 |
| struct socket_info * | send_sock |
| union sockaddr_union | to |
Definition at line 116 of file ip_addr.h.
| int proto |
Definition at line 117 of file ip_addr.h.
Referenced by add_uac(), build_local(), build_uac_cancel(), e2e_cancel_branch(), init_rb(), send_pr_buffer(), start_retr(), t_forward_nonack(), t_uac(), t_uac_cancel(), trace_onreply_out(), trace_onreq_out(), and update_uac_dst().
| int proto_reserved1 |
tcp stores the connection id here
Definition at line 118 of file ip_addr.h.
Referenced by init_rb(), send_pr_buffer(), t_uac(), t_uac_cancel(), and update_uac_dst().
struct socket_info* send_sock [read] |
Definition at line 120 of file ip_addr.h.
Referenced by _reply_light(), build_dlg_ack(), build_local(), build_uac_cancel(), e2e_cancel_branch(), faked_env(), init_rb(), send_pr_buffer(), t_retransmit_reply(), t_uac(), t_uac_cancel(), trace_onreq_out(), and update_uac_dst().
union sockaddr_union to [write] |
Definition at line 119 of file ip_addr.h.
Referenced by add_uac(), do_dns_failover(), init_rb(), send_pr_buffer(), t_forward_nonack(), t_uac(), t_uac_cancel(), trace_onreply_out(), trace_onreq_out(), and update_uac_dst().
1.5.6