OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CheckResponse
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/p2p/base/
stunrequest.cc
88
bool StunRequestManager::
CheckResponse
(StunMessage* msg) {
112
bool StunRequestManager::
CheckResponse
(const char* data, size_t size) {
138
return
CheckResponse
(response.get());
relayport.cc
51
bool
CheckResponse
(StunMessage* msg);
426
bool RelayConnection::
CheckResponse
(StunMessage* msg) {
427
return request_manager_->
CheckResponse
(msg);
715
if (current_connection_->
CheckResponse
(&msg)) {
Completed in 1971 milliseconds