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

  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h 54 enum StunMessageType {
91 StunMessageType* type);
92 static bool IsRequestOrResponse(StunMessageType type);
socket_host.cc 30 const char* data, int data_size, StunMessageType* type) {
60 *type = static_cast<StunMessageType>(message_type);
69 bool P2PSocketHost::IsRequestOrResponse(StunMessageType type) {
socket_host_udp.cc 163 P2PSocketHost::StunMessageType type;
194 P2PSocketHost::StunMessageType type = P2PSocketHost::StunMessageType();
socket_host_tcp.cc 270 P2PSocketHost::StunMessageType type;
308 P2PSocketHost::StunMessageType type = P2PSocketHost::StunMessageType();
  /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);
stunrequest.h 94 StunMessageType type();
stun.cc 554 StunMessageType GetStunResponseType(StunMessageType request_type) {
567 StunMessageType GetStunErrorResponseType(StunMessageType request_type) {
stunrequest.cc 158 StunMessageType StunRequest::type() {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunrequest_unittest.cc 66 static StunMessage* CreateStunMessage(StunMessageType type,
stun.h 44 enum StunMessageType {
stun_unittest.cc 42 void CheckStunHeader(const StunMessage& msg, StunMessageType expected_type,
    [all...]

Completed in 57 milliseconds