OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StunMessageType
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host.h
54
enum
StunMessageType
{
91
StunMessageType
* type);
92
static bool IsRequestOrResponse(
StunMessageType
type);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.h
43
enum
StunMessageType
{
123
StunMessageType
type() const { return static_cast<
StunMessageType
>(type_); }
127
void SetType(
StunMessageType
type) { type_ = type; }
358
StunMessageType
GetStunResponseType(
StunMessageType
request_type);
361
StunMessageType
GetStunErrorResponseType(
StunMessageType
request_type);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.h
44
enum
StunMessageType
{
Completed in 319 milliseconds