OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStunErrorResponseType
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc
91
err_msg.SetType(
GetStunErrorResponseType
(msg.type()));
stunrequest.cc
96
} else if (msg->type() ==
GetStunErrorResponseType
(request->type())) {
stun.h
488
int
GetStunErrorResponseType
(int request_type);
stun_unittest.cc
551
GetStunErrorResponseType
(STUN_BINDING_REQUEST));
555
EXPECT_EQ(-1,
GetStunErrorResponseType
(STUN_BINDING_INDICATION));
556
EXPECT_EQ(-1,
GetStunErrorResponseType
(STUN_BINDING_RESPONSE));
557
EXPECT_EQ(-1,
GetStunErrorResponseType
(STUN_BINDING_ERROR_RESPONSE));
[
all
...]
relayserver.cc
77
err_msg.SetType(
GetStunErrorResponseType
(msg.type()));
stun.cc
885
int
GetStunErrorResponseType
(int req_type) {
turnserver.cc
199
int resp_type = (req) ?
GetStunErrorResponseType
(req->type()) : -1;
[
all
...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
stunserver.cc
140
err_msg.SetType(
GetStunErrorResponseType
(msg.type()));
stunrequest.cc
93
} else if (msg->type() ==
GetStunErrorResponseType
(request->type())) {
stun.h
361
StunMessageType
GetStunErrorResponseType
(StunMessageType request_type);
stun.cc
567
StunMessageType
GetStunErrorResponseType
(StunMessageType request_type) {
relayserver.cc
77
err_msg.SetType(
GetStunErrorResponseType
(msg.type()));
Completed in 217 milliseconds