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/webrtc/webrtc/p2p/base/
stunrequest.cc
97
if (msg->type() ==
GetStunSuccessResponseType
(request->type())) {
104
<<
GetStunSuccessResponseType
(request->type()) << ")";
stun.h
470
int
GetStunSuccessResponseType
(int request_type);
stun_unittest.cc
505
GetStunSuccessResponseType
(STUN_BINDING_REQUEST));
508
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_INDICATION));
509
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_RESPONSE));
510
EXPECT_EQ(-1,
GetStunSuccessResponseType
(STUN_BINDING_ERROR_RESPONSE));
[
all
...]
stun.cc
869
int
GetStunSuccessResponseType
(int req_type) {
turnserver.cc
97
int resp_type = (req) ?
GetStunSuccessResponseType
(req->type()) : -1;
Completed in 70 milliseconds