Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_srtp Struct Reference
Collaboration diagram for ast_srtp:
Collaboration graph
[legend]

Data Fields

unsigned char buf [8192+AST_FRIENDLY_OFFSET]
 
const 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 65 of file res_srtp.c.

Field Documentation

◆ buf

unsigned char buf[8192+AST_FRIENDLY_OFFSET]

Definition at line 72 of file res_srtp.c.

Referenced by ast_srtp_protect().

◆ cb

const struct ast_srtp_cb* cb

Definition at line 69 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

◆ data

void* data

Definition at line 70 of file res_srtp.c.

Referenced by ast_srtp_set_cb(), and ast_srtp_unprotect().

◆ policies

struct ao2_container* policies

◆ rtcpbuf

unsigned char rtcpbuf[8192+AST_FRIENDLY_OFFSET]

Definition at line 73 of file res_srtp.c.

Referenced by ast_srtp_protect().

◆ rtp

struct ast_rtp_instance* rtp

Definition at line 66 of file res_srtp.c.

Referenced by ast_srtp_create(), and ast_srtp_unprotect().

◆ session

srtp_t session

◆ warned

int warned

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