Searched refs:GetStunResponseType (Results 1 – 3 of 3) sorted by relevance
91 if (msg->type() == GetStunResponseType(request->type())) { in CheckResponse()97 << " (expecting " << GetStunResponseType(request->type()) << ")"; in CheckResponse()
358 StunMessageType GetStunResponseType(StunMessageType request_type);
554 StunMessageType GetStunResponseType(StunMessageType request_type) { in GetStunResponseType() function