OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStunErrorResponseType
(Results
1 - 5
of
5
) sorted by null
/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 141 milliseconds