Searched refs:resp_type (Results 1 – 1 of 1) sorted by relevance
97 int resp_type = (req) ? GetStunSuccessResponseType(req->type()) : -1; in InitResponse() local98 if (resp_type == -1) in InitResponse()100 resp->SetType(resp_type); in InitResponse()107 int resp_type = (req) ? GetStunErrorResponseType(req->type()) : -1; in InitErrorResponse() local108 if (resp_type == -1) in InitErrorResponse()110 resp->SetType(resp_type); in InitErrorResponse()