OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:resp_type
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/p2p/base/
turnserver.cc
97
int
resp_type
= (req) ? GetStunSuccessResponseType(req->type()) : -1;
local
98
if (
resp_type
== -1)
100
resp->SetType(
resp_type
);
107
int
resp_type
= (req) ? GetStunErrorResponseType(req->type()) : -1;
local
108
if (
resp_type
== -1)
110
resp->SetType(
resp_type
);
Completed in 458 milliseconds