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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.cc 74 const char* error_desc, const std::string& magic_cookie) {
81 if (magic_cookie.size() == 0) {
85 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
440 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
441 int_conn->binding()->magic_cookie().size());
513 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
514 int_conn->binding()->magic_cookie().size());
623 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
624 binding_->magic_cookie().size())
    [all...]
stun.cc 274 const char* magic_cookie = local
276 if (rtc::GetBE32(magic_cookie) != kStunMagicCookie)
327 std::string magic_cookie;
328 if (!buf->ReadString(&magic_cookie, kStunMagicCookieLength))
336 *reinterpret_cast<const uint32*>(magic_cookie.data());
340 transaction_id.insert(0, magic_cookie);
relayserver.h 210 const std::string& magic_cookie() { return magic_cookie_; } function in class:cricket::RelayServerBinding
  /external/tcpdump/
print-pptp.c 96 u_int32_t magic_cookie; member in struct:pptp_hdr
985 TCHECK(hdr->magic_cookie);
986 mc = EXTRACT_32BITS(&hdr->magic_cookie);

Completed in 170 milliseconds