HomeSort by relevance Sort by last modified time
    Searched defs:StunMessageType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 48 enum StunMessageType {
77 StunMessageType* type);
78 static bool IsRequestOrResponse(StunMessageType type);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h 43 enum StunMessageType {
123 StunMessageType type() const { return static_cast<StunMessageType>(type_); }
127 void SetType(StunMessageType type) { type_ = type; }
358 StunMessageType GetStunResponseType(StunMessageType request_type);
361 StunMessageType GetStunErrorResponseType(StunMessageType request_type);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h 44 enum StunMessageType {

Completed in 282 milliseconds