OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_username
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
94
const std::string &
remote_username
,
portproxy.cc
162
const std::string &
remote_username
,
166
SignalUnknownAddress(this, addr, proto, stun_msg,
remote_username
, true);
port.cc
295
std::string
remote_username
;
local
296
if (!GetStunMessage(data, size, addr, msg.accept(), &
remote_username
)) {
304
!MaybeIceRoleConflict(addr, msg.get(),
remote_username
)) {
309
SignalUnknownAddress(this, addr, proto, msg.get(),
remote_username
, false);
574
void Port::CreateStunUsername(const std::string&
remote_username
,
577
*stun_username_attr_str =
remote_username
;
[
all
...]
port.h
276
std::string*
remote_username
,
278
void CreateStunUsername(const std::string&
remote_username
,
329
//
remote_username
contains the remote fragment of the STUN username.
p2ptransportchannel.h
209
const std::string&
remote_username
,
p2ptransportchannel.cc
410
IceMessage* stun_msg, const std::string &
remote_username
,
436
if (it->username() ==
remote_username
) {
491
0,
remote_username
, remote_password, type,
[
all
...]
Completed in 57 milliseconds