Searched refs:StunMessageType (Results 1 – 4 of 4) sorted by relevance
43 enum StunMessageType { enum123 StunMessageType type() const { return static_cast<StunMessageType>(type_); } in type()127 void SetType(StunMessageType type) { type_ = type; } in SetType()358 StunMessageType GetStunResponseType(StunMessageType request_type);361 StunMessageType GetStunErrorResponseType(StunMessageType request_type);
554 StunMessageType GetStunResponseType(StunMessageType request_type) { in GetStunResponseType()567 StunMessageType GetStunErrorResponseType(StunMessageType request_type) { in GetStunErrorResponseType()
94 StunMessageType type();
158 StunMessageType StunRequest::type() { in type()