OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StunMessageType
(Results
1 - 4
of
4
) sorted by null
/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);
stunrequest.h
94
StunMessageType
type();
stun.cc
554
StunMessageType
GetStunResponseType(
StunMessageType
request_type) {
567
StunMessageType
GetStunErrorResponseType(
StunMessageType
request_type) {
stunrequest.cc
158
StunMessageType
StunRequest::type() {
Completed in 52 milliseconds