Searched refs:force_srtp_profile (Results 1 – 2 of 2) sorted by relevance
520 int force_srtp_profile; /* SRTP protection profile to use or all */ member879 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()1299 opt.force_srtp_profile = atoi( q ); in main()1780 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()1783 if( opt.force_srtp_profile != 0 ) in main()1801 else if( opt.force_srtp_profile != 0 ) in main()
644 int force_srtp_profile; /* SRTP protection profile to use or all */ member1563 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()2017 opt.force_srtp_profile = atoi( q ); in main()2630 …const mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET… in main()2633 if( opt.force_srtp_profile != 0 ) in main()2654 else if( opt.force_srtp_profile != 0 ) in main()
Completed in 12 milliseconds