FreeSWITCH API Documentation  1.7.0
Data Fields
icand_s Struct Reference

#include <switch_rtp.h>

+ Collaboration diagram for icand_s:

Data Fields

char * foundation
 
int component_id
 
char * transport
 
uint32_t priority
 
char * con_addr
 
switch_port_t con_port
 
char * cand_type
 
char * raddr
 
switch_port_t rport
 
char * generation
 
uint8_t ready
 

Detailed Description

Definition at line 88 of file switch_rtp.h.

Field Documentation

char* icand_s::cand_type

Definition at line 95 of file switch_rtp.h.

Referenced by check_ice(), and handle_ice().

int icand_s::component_id

Definition at line 90 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().

char* icand_s::con_addr
switch_port_t icand_s::con_port
char* icand_s::foundation

Definition at line 89 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), and switch_core_session_stop_media().

char* icand_s::generation

Definition at line 98 of file switch_rtp.h.

Referenced by check_ice(), and gen_ice().

uint32_t icand_s::priority

Definition at line 92 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), handle_ice(), and ice_out().

char* icand_s::raddr

Definition at line 96 of file switch_rtp.h.

Referenced by check_ice().

uint8_t icand_s::ready
switch_port_t icand_s::rport

Definition at line 97 of file switch_rtp.h.

Referenced by check_ice().

char* icand_s::transport

Definition at line 91 of file switch_rtp.h.

Referenced by check_ice(), gen_ice(), generate_m(), and switch_core_media_gen_local_sdp().


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