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

  /external/webrtc/webrtc/p2p/base/
stun.h 110 const size_t kStunMagicCookieLength = sizeof(kStunMagicCookie);
stun.cc 257 data + kStunTransactionIdOffset - kStunMagicCookieLength;
310 if (!buf->ReadString(&magic_cookie, kStunMagicCookieLength))

Completed in 849 milliseconds