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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 94 case STUN_ATTR_LIFETIME:
224 case STUN_ATTR_LIFETIME:
282 case STUN_ATTR_LIFETIME:
stun.h 74 STUN_ATTR_LIFETIME = 0x000d, // UInt32
relayserver.cc 378 request.GetUInt32(STUN_ATTR_LIFETIME);
459 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 169 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME);
261 res->GetUInt32(STUN_ATTR_LIFETIME);
291 res->GetUInt32(STUN_ATTR_LIFETIME);
stun.h 526 STUN_ATTR_LIFETIME = 0x000d, // UInt32
540 case STUN_ATTR_LIFETIME: return STUN_VALUE_UINT32;
582 // TODO(mallinath) - Rename STUN_ATTR_TURN_LIFETIME to STUN_ATTR_LIFETIME and
turnserver.cc 703 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
726 new StunUInt32Attribute(STUN_ATTR_LIFETIME, lifetime_secs);
870 const StunUInt32Attribute* lifetime_attr = msg->GetUInt32(STUN_ATTR_LIFETIME);
    [all...]
relayserver.cc 376 request.GetUInt32(STUN_ATTR_LIFETIME);
454 StunAttribute::CreateUInt32(STUN_ATTR_LIFETIME);
stun_unittest.cc     [all...]

Completed in 181 milliseconds