Home
last modified time | relevance | path

Searched refs:WarningSRTPauthError (Results 1 – 6 of 6) sorted by relevance

/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/zrtp/libzrtpcpp/
H A DZrtpCodes.h98 WarningSRTPauthError, //!< Dropping packet because SRTP authentication failed! enumerator
/dports/audio/baresip/baresip-0.5.8/modules/gzrtp/
H A Dmessages.cpp93 case WarningSRTPauthError: in warning_msg()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/tivi/
H A DCtZrtpStream.cpp298 sendInfo(Warning, WarningSRTPauthError); in processIncomingRtp()
332 sendInfo(Warning, WarningSRTPauthError*-1); in processIncomingRtp()
1338 …warningMap.insert(std::pair<int32_t, std::string*>(WarningSRTPauthError, new std::string("s2_c00… in initStrings()
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/clients/ccrtp/
H A DZrtpQueue.cpp328 sendInfo(Warning, WarningSRTPauthError);
/dports/security/libzrtpcppcore/ZRTPCPP-4.6.6/demo/
H A Dzrtptest.cpp345 …warningMap.insert(pair<int32, std::string*>(WarningSRTPauthError, new string("Dropping packet beca… in MyUserCallback()
H A DzrtptestMulti.cpp242 …warningMap.insert(pair<int32, std::string*>(WarningSRTPauthError, new string("Dropping packet beca… in MyUserCallback()