Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_sockaddr | addr |
struct timeval | interval |
struct timeval | next |
unsigned int | num_dropped |
unsigned int | num_to_drop |
unsigned int | port |
unsigned int | use_random_interval |
unsigned int | use_random_num |
Definition at line 7530 of file res_rtp_asterisk.c.
struct ast_sockaddr addr |
Definition at line 7546 of file res_rtp_asterisk.c.
Referenced by handle_cli_rtp_drop_incoming_packets(), and should_drop_packets().
struct timeval interval |
Definition at line 7542 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), handle_cli_rtp_drop_incoming_packets(), and should_drop_packets().
struct timeval next |
Definition at line 7544 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), and should_drop_packets().
unsigned int num_dropped |
Definition at line 7539 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), and should_drop_packets().
unsigned int num_to_drop |
Definition at line 7537 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), handle_cli_rtp_drop_incoming_packets(), and should_drop_packets().
unsigned int port |
Definition at line 7548 of file res_rtp_asterisk.c.
Referenced by handle_cli_rtp_drop_incoming_packets(), and should_drop_packets().
unsigned int use_random_interval |
Definition at line 7534 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), and handle_cli_rtp_drop_incoming_packets().
unsigned int use_random_num |
Definition at line 7532 of file res_rtp_asterisk.c.
Referenced by drop_packets_data_update(), and handle_cli_rtp_drop_incoming_packets().