OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunByteStringAttribute
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc
105
const
StunByteStringAttribute
*
113
return reinterpret_cast<const
StunByteStringAttribute
*>(GetAttribute(type));
234
return (length % 4 == 0) ? new
StunByteStringAttribute
(type, length) : 0;
237
return (length == 20) ? new
StunByteStringAttribute
(type, length) : 0;
240
return new
StunByteStringAttribute
(type, length);
293
StunByteStringAttribute
* StunAttribute::CreateByteString(uint16 type) {
300
return new
StunByteStringAttribute
(type, 0);
371
StunByteStringAttribute
::
StunByteStringAttribute
(uint16 type, uint16 length)
375
StunByteStringAttribute
::~StunByteStringAttribute()
[
all
...]
stun.h
109
class
StunByteStringAttribute
;
132
const
StunByteStringAttribute
* GetByteString(StunAttributeType type) const;
180
static
StunByteStringAttribute
* CreateByteString(uint16 type);
249
class
StunByteStringAttribute
: public StunAttribute {
251
StunByteStringAttribute
(uint16 type, uint16 length);
252
~
StunByteStringAttribute
();
relayport.cc
540
StunByteStringAttribute
* magic_cookie_attr =
546
StunByteStringAttribute
* username_attr =
567
StunByteStringAttribute
* data_attr =
705
const
StunByteStringAttribute
* data_attr = msg.GetByteString(STUN_ATTR_DATA);
734
StunByteStringAttribute
* magic_cookie_attr =
741
StunByteStringAttribute
* username_attr =
relayserver.cc
80
StunByteStringAttribute
* magic_cookie_attr =
276
const
StunByteStringAttribute
* username_attr =
325
const
StunByteStringAttribute
* username_attr =
439
StunByteStringAttribute
* magic_cookie_attr =
481
const
StunByteStringAttribute
* data_attr =
518
StunByteStringAttribute
* magic_cookie_attr =
626
StunByteStringAttribute
* magic_cookie_attr =
639
StunByteStringAttribute
* data_attr =
port.cc
249
const
StunByteStringAttribute
* username_attr =
328
const
StunByteStringAttribute
* username_attr =
341
StunByteStringAttribute
* username2_attr =
377
const
StunByteStringAttribute
* username_attr =
390
StunByteStringAttribute
* username2_attr =
474
StunByteStringAttribute
* username_attr =
Completed in 61 milliseconds