/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 207 std::string remote_username; local 208 if (!GetStunMessage(data, size, addr, &msg, &remote_username)) { 214 SignalUnknownAddress(this, addr, msg, remote_username); 570 std::string remote_username; local 572 if (!port_->GetStunMessage(data, size, addr, &msg, &remote_username)) { 596 } else if (remote_username != remote_candidate_.username()) { 601 << remote_username; 607 " " << remote_username;
|
p2ptransportchannel.h | 121 const std::string &remote_username);
|
port.h | 234 // remote_username contains the remote fragment of the STUN username.
|
p2ptransportchannel.cc | 300 const std::string &remote_username) { 310 if ((*it).username() == remote_username) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
portproxy.cc | 162 const std::string &remote_username, 166 SignalUnknownAddress(this, addr, proto, stun_msg, remote_username, true);
|
portproxy.h | 94 const std::string &remote_username,
|
port.cc | 296 std::string remote_username; local 297 if (!GetStunMessage(data, size, addr, msg.accept(), &remote_username)) { 305 !MaybeIceRoleConflict(addr, msg.get(), remote_username)) { 310 SignalUnknownAddress(this, addr, proto, msg.get(), remote_username, false); 551 void Port::CreateStunUsername(const std::string& remote_username, 554 *stun_username_attr_str = remote_username; [all...] |
p2ptransportchannel.h | 206 const std::string& remote_username,
|
port.h | 284 std::string* remote_username) const; 285 void CreateStunUsername(const std::string& remote_username, 337 // remote_username contains the remote fragment of the STUN username.
|
p2ptransportchannel.cc | 405 IceMessage* stun_msg, const std::string &remote_username, 431 if (it->username() == remote_username) { 487 0, remote_username, remote_password, type, [all...] |