OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:remote_username
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
port.cc
282
std::string
remote_username
;
local
283
if (!GetStunMessage(data, size, addr, msg.accept(), &
remote_username
)) {
294
if (!MaybeIceRoleConflict(addr, msg.get(),
remote_username
)) {
299
SignalUnknownAddress(this, addr, proto, msg.get(),
remote_username
, false);
521
void Port::CreateStunUsername(const std::string&
remote_username
,
524
*stun_username_attr_str =
remote_username
;
[
all
...]
port.h
274
std::string*
remote_username
) const;
275
void CreateStunUsername(const std::string&
remote_username
,
333
//
remote_username
contains the remote fragment of the STUN username.
p2ptransportchannel.cc
495
IceMessage* stun_msg, const std::string &
remote_username
,
520
if (it->username() ==
remote_username
) {
539
FindRemoteIceFromUfrag(
remote_username
, &remote_generation);
576
remote_username
, remote_password,
[
all
...]
p2ptransportchannel.h
227
const std::string&
remote_username
,
Completed in 124 milliseconds