Home
last modified time | relevance | path

Searched refs:GetStunErrorResponseType (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc140 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendErrorResponse()
Dstunrequest.cc93 } else if (msg->type() == GetStunErrorResponseType(request->type())) { in CheckResponse()
Dstun.h361 StunMessageType GetStunErrorResponseType(StunMessageType request_type);
Dstun.cc567 StunMessageType GetStunErrorResponseType(StunMessageType request_type) { in GetStunErrorResponseType() function
Drelayserver.cc77 err_msg.SetType(GetStunErrorResponseType(msg.type())); in SendStunError()