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

  /external/scapy/test/
pptp.uts 487 assert start_control_connection_pkt.magic_cookie == 0x1a2b3c4d
515 assert start_control_connection_reply_pkt.magic_cookie == 0x1a2b3c4d
539 assert stop_control_connection_pkt.magic_cookie == 0x1a2b3c4d
552 assert stop_control_connection_reply_pkt.magic_cookie == 0x1a2b3c4d
571 assert echo_request_pkt.magic_cookie == 0x1a2b3c4d
584 assert echo_reply_pkt.magic_cookie == 0x1a2b3c4d
619 assert outgoing_call_pkt.magic_cookie == 0x1a2b3c4d
646 assert outgoing_call_reply_pkt.magic_cookie == 0x1a2b3c4d
685 assert incoming_call_pkt.magic_cookie == 0x1a2b3c4d
706 assert incoming_call_reply_pkt.magic_cookie == 0x1a2b3c4
    [all...]
  /external/webrtc/webrtc/p2p/base/
relayserver.cc 57 const char* error_desc, const std::string& magic_cookie) {
64 if (magic_cookie.size() == 0) {
68 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
423 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
424 int_conn->binding()->magic_cookie().size());
496 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
497 int_conn->binding()->magic_cookie().size());
606 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
607 binding_->magic_cookie().size())
    [all...]
stun.cc 256 const char* magic_cookie = local
258 if (rtc::GetBE32(magic_cookie) != kStunMagicCookie)
309 std::string magic_cookie;
310 if (!buf->ReadString(&magic_cookie, kStunMagicCookieLength))
318 *reinterpret_cast<const uint32_t*>(magic_cookie.data());
322 transaction_id.insert(0, magic_cookie);
relayserver.h 194 const std::string& magic_cookie() { return magic_cookie_; } function in class:cricket::RelayServerBinding
  /external/tcpdump/
print-pptp.c 90 uint32_t magic_cookie; member in struct:pptp_hdr
931 ND_TCHECK(hdr->magic_cookie);
932 mc = EXTRACT_32BITS(&hdr->magic_cookie);

Completed in 141 milliseconds