Searched refs:magic_cookie (Results 1 – 3 of 3) sorted by relevance
487 assert start_control_connection_pkt.magic_cookie == 0x1a2b3c4d515 assert start_control_connection_reply_pkt.magic_cookie == 0x1a2b3c4d539 assert stop_control_connection_pkt.magic_cookie == 0x1a2b3c4d552 assert stop_control_connection_reply_pkt.magic_cookie == 0x1a2b3c4d571 assert echo_request_pkt.magic_cookie == 0x1a2b3c4d584 assert echo_reply_pkt.magic_cookie == 0x1a2b3c4d619 assert outgoing_call_pkt.magic_cookie == 0x1a2b3c4d646 assert outgoing_call_reply_pkt.magic_cookie == 0x1a2b3c4d685 assert incoming_call_pkt.magic_cookie == 0x1a2b3c4d706 assert incoming_call_reply_pkt.magic_cookie == 0x1a2b3c4d[all …]
518 const char* magic_cookie = in ValidateFingerprint() local520 if (rtc::GetBE32(magic_cookie) != kStunMagicCookie) in ValidateFingerprint()550 const char* magic_cookie = in IsStunMethod() local552 if (rtc::GetBE32(magic_cookie) != kStunMagicCookie) in IsStunMethod()604 std::string magic_cookie; in Read() local605 if (!buf->ReadString(&magic_cookie, kStunMagicCookieLength)) { in Read()617 std::memcpy(&magic_cookie_int, magic_cookie.data(), sizeof(magic_cookie_int)); in Read()621 transaction_id.insert(0, magic_cookie); in Read()
91 nd_uint32_t magic_cookie; member803 mc = GET_BE_U_4(hdr->magic_cookie); in pptp_print()