Sat Apr 26 2014 22:03:24

Asterisk developer's documentation


ast_srtp Struct Reference
Collaboration diagram for ast_srtp:

Data Fields

unsigned char buf [8192+AST_FRIENDLY_OFFSET]
struct ast_srtp_cbcb
void * data
struct ao2_containerpolicies
unsigned char rtcpbuf [8192+AST_FRIENDLY_OFFSET]
struct ast_rtp_instancertp
srtp_t session
int warned

Detailed Description

Definition at line 51 of file res_srtp.c.


Field Documentation

unsigned char buf[8192+AST_FRIENDLY_OFFSET]

Definition at line 58 of file res_srtp.c.

Referenced by __rtp_recvfrom(), __rtp_sendto(), and ast_srtp_protect().

struct ast_srtp_cb* cb

Definition at line 55 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

void* data

Definition at line 56 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

unsigned char rtcpbuf[8192+AST_FRIENDLY_OFFSET]

Definition at line 59 of file res_srtp.c.

Referenced by ast_srtp_protect().

Definition at line 52 of file res_srtp.c.

Referenced by ast_srtp_create(), and ast_srtp_unprotect().

int warned

Definition at line 57 of file res_srtp.c.

Referenced by ast_srtp_unprotect(), and res_srtp_new().


The documentation for this struct was generated from the following file: