Home | History | Annotate | Download | only in base

Lines Matching refs:StunMessage

96 static bool InitResponse(const StunMessage* req, StunMessage* resp) {
105 static bool InitErrorResponse(const StunMessage* req, int code,
106 const std::string& reason, StunMessage* resp) {
279 bool TurnServer::GetKey(const StunMessage* msg, std::string* key) {
291 const StunMessage* msg,
328 if (key.empty() || !StunMessage::ValidateMessageIntegrity(data, size, key)) {
351 const StunMessage* req) {
352 StunMessage response;
453 const StunMessage* req,
463 TurnServerConnection* conn, const StunMessage* msg,
475 TurnServerConnection* conn, const StunMessage* msg,
485 void TurnServer::SendStun(TurnServerConnection* conn, StunMessage* msg) {