Searched refs:magic_cookie (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h60 const std::string& magic_cookie) {
62 username, password, magic_cookie);
70 const std::string& magic_cookie() const { return magic_cookie_; } function in class:cricket::RelayPort
90 const std::string& magic_cookie);
56 Create( talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port, const std::string& username, const std::string& password, const std::string& magic_cookie) argument
H A Drelayserver.cc75 const char* error_desc, const std::string& magic_cookie) {
82 if (magic_cookie.size() == 0)
85 magic_cookie_attr->CopyBytes(magic_cookie.c_str(), magic_cookie.size());
441 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
442 int_conn->binding()->magic_cookie().size());
520 magic_cookie_attr->CopyBytes(int_conn->binding()->magic_cookie().c_str(),
521 int_conn->binding()->magic_cookie().size());
628 magic_cookie_attr->CopyBytes(binding_->magic_cookie().c_str(),
629 binding_->magic_cookie()
73 SendStunError(const StunMessage& msg, talk_base::AsyncPacketSocket* socket, const talk_base::SocketAddress& remote_addr, int error_code, const char* error_desc, const std::string& magic_cookie) argument
[all...]
H A Drelayport.cc192 const std::string& magic_cookie)
195 magic_cookie_(magic_cookie),
542 magic_cookie_attr->CopyBytes(port_->magic_cookie().c_str(),
543 port_->magic_cookie().size());
737 entry_->port()->magic_cookie().c_str(),
738 entry_->port()->magic_cookie().size());
188 RelayPort( talk_base::Thread* thread, talk_base::PacketSocketFactory* factory, talk_base::Network* network, uint32 ip, int min_port, int max_port, const std::string& username, const std::string& password, const std::string& magic_cookie) argument
H A Drelayserver.h207 const std::string& magic_cookie() { return magic_cookie_; } function in class:cricket::RelayServerBinding
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h175 std::string magic_cookie; member in struct:cricket::PortConfiguration
190 const std::string& magic_cookie);
H A Dhttpportallocator.cc216 std::string magic_cookie = map["magic_cookie"]; local
226 magic_cookie);
H A Dbasicportallocator.cc740 config_->magic_cookie);
770 : stun_address(sa), username(un), password(pw), magic_cookie(mc) {
/external/tcpdump/
H A Dprint-pptp.c96 u_int32_t magic_cookie; member in struct:pptp_hdr
985 TCHECK(hdr->magic_cookie);
986 mc = EXTRACT_32BITS(&hdr->magic_cookie);

Completed in 607 milliseconds