OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStunSuccessResponseType
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunrequest.cc
94
if (msg->type() ==
GetStunSuccessResponseType
(request->type())) {
101
<<
GetStunSuccessResponseType
(request->type()) << ")";
stun.h
484
int
GetStunSuccessResponseType
(int request_type);
stun_unittest.cc
549
GetStunSuccessResponseType
(STUN_BINDING_REQUEST));
552
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_INDICATION));
553
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_RESPONSE));
554
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_ERROR_RESPONSE));
[
all
...]
stun.cc
881
int
GetStunSuccessResponseType
(int req_type) {
turnserver.cc
189
int resp_type = (req) ?
GetStunSuccessResponseType
(req->type()) : -1;
[
all
...]
Completed in 30 milliseconds