MCPcopy Create free account
hub / github.com/cisco/libsrtp / srtp_set_debug_module

Function srtp_set_debug_module

srtp/srtp.c:5023–5026  ·  view source on GitHub ↗

* SRTP debug interface */

Source from the content-addressed store, hash-verified

5021 * SRTP debug interface
5022 */
5023srtp_err_status_t srtp_set_debug_module(const char *mod_name, int v)
5024{
5025 return srtp_crypto_kernel_set_debug_module(mod_name, v);
5026}
5027
5028srtp_err_status_t srtp_list_debug_modules(void)
5029{

Callers 3

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Tested by

no test coverage detected