Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_srtp Struct Reference

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 52 of file res_srtp.c.

Field Documentation

unsigned char buf[8192+AST_FRIENDLY_OFFSET]

Definition at line 59 of file res_srtp.c.

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

struct ast_srtp_cb* cb

Definition at line 56 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

void* data

Definition at line 57 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

struct ao2_container* policies
unsigned char rtcpbuf[8192+AST_FRIENDLY_OFFSET]

Definition at line 60 of file res_srtp.c.

Referenced by ast_srtp_protect().

struct ast_rtp_instance* rtp

Definition at line 53 of file res_srtp.c.

Referenced by ast_srtp_create(), and ast_srtp_unprotect().

int warned

Definition at line 58 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: