Searched refs:force_srtp_profile (Results 1 – 2 of 2) sorted by relevance
524 int force_srtp_profile; /* SRTP protection profile to use or all */ member882 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()1301 opt.force_srtp_profile = atoi( q ); in main()1791 { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET }; in main()1794 if( opt.force_srtp_profile != 0 ) in main()1812 else if( opt.force_srtp_profile != 0 ) in main()
648 int force_srtp_profile; /* SRTP protection profile to use or all */ member1566 opt.force_srtp_profile = DFL_SRTP_FORCE_PROFILE; in main()2019 opt.force_srtp_profile = atoi( q ); in main()2631 …const mbedtls_ssl_srtp_profile forced_profile[] = { opt.force_srtp_profile, MBEDTLS_TLS_SRTP_UNSET… in main()2634 if( opt.force_srtp_profile != 0 ) in main()2655 else if( opt.force_srtp_profile != 0 ) in main()