HomeSort by relevance Sort by last modified time
    Searched refs:GetStunErrorResponseType (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/p2p/base/
stunserver.cc 62 err_msg.SetType(GetStunErrorResponseType(msg.type()));
stunrequest.cc 99 } else if (msg->type() == GetStunErrorResponseType(request->type())) {
stun.h 474 int GetStunErrorResponseType(int request_type);
stun_unittest.cc 507 GetStunErrorResponseType(STUN_BINDING_REQUEST));
511 EXPECT_EQ(-1, GetStunErrorResponseType(STUN_BINDING_INDICATION));
512 EXPECT_EQ(-1, GetStunErrorResponseType(STUN_BINDING_RESPONSE));
513 EXPECT_EQ(-1, GetStunErrorResponseType(STUN_BINDING_ERROR_RESPONSE));
    [all...]
relayserver.cc 59 err_msg.SetType(GetStunErrorResponseType(msg.type()));
stun.cc 873 int GetStunErrorResponseType(int req_type) {
turnserver.cc 107 int resp_type = (req) ? GetStunErrorResponseType(req->type()) : -1;

Completed in 1148 milliseconds