
Data Fields | |
| char | b_body [MAX_UACB_SIZE] |
| char | b_furi [MAX_URI_SIZE] |
| char | b_hdrs [MAX_UACH_SIZE] |
| char | b_method [32] |
| char | b_ouri [MAX_URI_SIZE] |
| char | b_ruri [MAX_URI_SIZE] |
| char | b_turi [MAX_URI_SIZE] |
| unsigned int | flags |
| unsigned int | onreply |
| str | s_body |
| str | s_furi |
| str | s_hdrs |
| str | s_method |
| str | s_ouri |
| str | s_ruri |
| str | s_turi |
Definition at line 35 of file uac_send.c.
| char b_body[MAX_UACB_SIZE] |
| char b_furi[MAX_URI_SIZE] |
| char b_hdrs[MAX_UACH_SIZE] |
| char b_method[32] |
| char b_ouri[MAX_URI_SIZE] |
| char b_ruri[MAX_URI_SIZE] |
| char b_turi[MAX_URI_SIZE] |
| unsigned int flags |
| unsigned int onreply |
Definition at line 51 of file uac_send.c.
Referenced by pv_set_uac_req(), uac_req_send(), and uac_send_tm_callback().
Definition at line 48 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 44 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 46 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 38 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 50 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 40 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
Definition at line 42 of file uac_send.c.
Referenced by pv_get_uac_req(), pv_set_uac_req(), uac_req_init(), and uac_req_send().
1.5.6