Home
last modified time | relevance | path

Searched refs:GetStunResponseType (Results 1 – 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunrequest.cc91 if (msg->type() == GetStunResponseType(request->type())) { in CheckResponse()
97 << " (expecting " << GetStunResponseType(request->type()) << ")"; in CheckResponse()
Dstun.h358 StunMessageType GetStunResponseType(StunMessageType request_type);
Dstun.cc554 StunMessageType GetStunResponseType(StunMessageType request_type) { in GetStunResponseType() function