Searched refs:error_attribute (Results 1 – 1 of 1) sorted by relevance
231 const StunErrorCodeAttribute* error_attribute = GetErrorCode(); in GetErrorCodeValue() local232 return error_attribute ? error_attribute->code() : STUN_ERROR_GLOBAL_FAILURE; in GetErrorCodeValue()279 auto* error_attribute = GetErrorCode(); in ValidateMessageIntegrity() local280 if (!error_attribute) { in ValidateMessageIntegrity()285 switch (error_attribute->code()) { in ValidateMessageIntegrity()