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

  /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/mtpd/
pptp.c 63 #define MAGIC_COOKIE htonl(0x1A2B3C4D)
141 outgoing.header.cookie = MAGIC_COOKIE;
189 if (incoming.header.cookie != MAGIC_COOKIE) {
  /external/dhcpcd-6.8.2/
dhcp.h 45 #define MAGIC_COOKIE 0x63825363
dhcp.c 165 if (dhcp->cookie != htonl(MAGIC_COOKIE)) {
741 state->new->cookie == htonl(MAGIC_COOKIE)))))
772 dhcp->cookie = htonl(MAGIC_COOKIE);
786 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) {
    [all...]
ipv4.c 238 int sill = (sis->new->cookie == htonl(MAGIC_COOKIE));
239 int till = (tis->new->cookie == htonl(MAGIC_COOKIE));
  /external/tcpdump/
print-pptp.c 89 uint32_t magic_cookie; member in struct:pptp_hdr
930 ND_TCHECK(hdr->magic_cookie);
931 mc = EXTRACT_32BITS(&hdr->magic_cookie);
  /external/dbus/doc/
dbus-specification.xml     [all...]
  /external/autotest/client/cros/
dhcp_packet.py 311 FIELD_MAGIC_COOKIE = IntField("magic_cookie", 236, 4)

Completed in 2655 milliseconds